Explorar o código

add current in TView

visuddhinanda hai 1 ano
pai
achega
bb910265b1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      dashboard-v4/dashboard/src/components/task/ProjectList.tsx

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

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