Procházet zdrojové kódy

add current in TView

visuddhinanda před 1 rokem
rodič
revize
bb910265b1

+ 1 - 1
dashboard-v4/dashboard/src/components/task/ProjectList.tsx

@@ -25,7 +25,7 @@ export interface IResNumberResponse {
     collaboration: number;
     collaboration: number;
   };
   };
 }
 }
-export type TView = "studio" | "shared" | "community";
+export type TView = "current" | "studio" | "shared" | "community";
 interface IWidget {
 interface IWidget {
   studioName?: string;
   studioName?: string;
   type?: TProjectType;
   type?: TProjectType;