upd: project

Deskripsi:
- pembatasan user role
- bersih log user
- masang log user
- bersih console.log

No Issues
This commit is contained in:
amel
2024-09-06 12:19:21 +08:00
parent ab1cd29621
commit 836cd58627
15 changed files with 366 additions and 267 deletions

View File

@@ -35,7 +35,7 @@ export default function EditTaskProject() {
toast.error(res.message)
}
} catch (error) {
console.log(error)
console.error(error)
toast.error("Gagal mengedit Kegiatan, coba lagi nanti")
}
}