Created an empty object of checklist in report task component #14
@ -34,6 +34,7 @@ export const ReportTask = ({ report, closeModal, refetch }) => {
|
||||
...data,
|
||||
id: report?.id,
|
||||
reportedDate: new Date().toISOString(),
|
||||
checkList:[]
|
||||
};
|
||||
|
||||
let response = await TasksRepository.reportTsak(reportData);
|
||||
|
Loading…
x
Reference in New Issue
Block a user