mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-22 06:15:47 +00:00
fix(FE-270): delete relations project flock to flock data master
This commit is contained in:
+1
-3
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user