소스 검색

add current in TView

visuddhinanda 1 년 전
부모
커밋
bb910265b1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;