upd: project dan task

Deskripsi:
- tambah project
- perbaiki task

No Issues
This commit is contained in:
amel
2024-08-23 18:10:11 +08:00
parent df2f61e833
commit 5b05edaf38
14 changed files with 163 additions and 115 deletions

View File

@@ -40,7 +40,7 @@ export default function EditTaskProject() {
try {
const res = await funGetOneProjectById(param.id, 'data');
if (res.success) {
setName(res.data.name);
setName(res.data.title);
} else {
toast.error(res.message);
}
@@ -57,7 +57,7 @@ export default function EditTaskProject() {
return (
<Box>
<LayoutNavbarNew back="" title={"Edit Judul Tugas"} menu />
<LayoutNavbarNew back="" title={"Edit Judul Proyek"} menu />
<Box p={20}>
<Stack pt={15}>
<Input