fix(FE-270): delete relations project flock to flock data master

This commit is contained in:
randy-ar
2025-11-21 01:28:57 +07:00
parent d523a01e34
commit 23ab4b15e1
5 changed files with 68 additions and 378 deletions
+1 -3
View File
@@ -9,10 +9,8 @@ export type BaseProjectFlock = {
id: number;
name: string;
flock_name: string;
flock?: Flock; // Deprecated
status: string;
flock?: Flock;
flock_i?: number;
flock_name: string;
area: Area;
area_id: number;
category: string;