瀏覽代碼

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;