Przeglądaj źródła

默认类型instance

visuddhinanda 1 rok temu
rodzic
commit
1e57eefc71

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

@@ -59,7 +59,7 @@ interface IWidget {
 
 const ProjectListWidget = ({
   studioName,
-  type = "normal",
+  type = "instance",
   readonly = false,
   onSelect,
 }: IWidget) => {