mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-05-04 04:33:10 +00:00
Added Started At Date Field
This commit is contained in:
parent
c6e2a88f1c
commit
514ae94f43
5 changed files with 50 additions and 16 deletions
|
@ -32,6 +32,7 @@ const handler = async (data: InputType): Promise<ReturnType> => {
|
|||
data: {
|
||||
...values,
|
||||
dueDate: dueDate,
|
||||
startedAt: startedAt,
|
||||
},
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue