upd: project

Deskripsi:
- tambah data project

nb : upload file blm selesai

No Issuese
This commit is contained in:
amel
2025-05-14 14:19:48 +08:00
parent 9a86ccae56
commit 6b3de4d6b2
8 changed files with 218 additions and 47 deletions

View File

@@ -63,9 +63,11 @@ export default function CreateProjectAddTask() {
async function handleCreate() {
try {
dispatch(setTaskCreate([...taskCreate, {
name: title,
title: title,
dateStart: from,
dateEnd: to,
dateStartFix: dayjs(range.startDate).format("YYYY-MM-DD"),
dateEndFix: dayjs(range.endDate).format("YYYY-MM-DD"),
}]))
router.back();
} catch (error) {