upd: fitur tambahan project

Deskripsi:
- tampilan list detail waktu task project
- integrasi api mobile list detail
- tampilan tambah detail task project > blm selesai

No Issues
This commit is contained in:
2025-08-19 17:39:27 +08:00
parent 7810eb1686
commit 263875ae55
7 changed files with 160 additions and 7 deletions

View File

@@ -8,7 +8,7 @@ type Props = {
setVisible: (value: boolean) => void
title?: string
children: React.ReactNode
onSubmit: () => void
onSubmit?: () => void
disableSubmit?: boolean
buttonHide?: boolean
}