CFE-26 finall change and set real time

This commit is contained in:
2023-10-17 16:54:34 +03:30
parent eba943b845
commit 9642f61c8d
11 changed files with 93 additions and 146 deletions

View File

@@ -12,6 +12,7 @@ const useAnswers = () => {
const newAnswer = {
id: data.id,
phone_number: data.phone_number,
date: new Date(),
active: true
}
const newList = [...state, newAnswer]