mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-22 06:15:47 +00:00
feat(FE): Add validation for disabling close button in
ProjectFlockDetail
This commit is contained in:
+1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user