refactor(FE): refactor UI detail from page into drawer

This commit is contained in:
randy-ar
2025-12-02 16:25:55 +07:00
parent 9eba5ffeca
commit 31f758d680
5 changed files with 330 additions and 9 deletions
+1
View File
@@ -23,6 +23,7 @@ export type BaseProjectFlock = {
kandangs: (Kandang & {
project_flock_kandang_id: number;
})[];
project_budgets: ProjectFlockBudget[];
approval: BaseApproval;
};