feat(FE): Add validation for disabling close button in

ProjectFlockDetail
This commit is contained in:
rstubryan
2026-02-23 11:55:07 +07:00
parent 7e1166b5e8
commit 08aa1900a8
2 changed files with 29 additions and 4 deletions
+1
View File
@@ -23,6 +23,7 @@ export type BaseProjectFlock = {
kandang_ids: number[];
kandangs: (Kandang & {
project_flock_kandang_id: number;
closed_at?: string;
})[];
project_budgets?: ProjectFlockBudget[];
approval: BaseApproval;