فهرست منبع

默认类型instance

visuddhinanda 1 سال پیش
والد
کامیت
1e57eefc71
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      dashboard-v4/dashboard/src/components/task/ProjectList.tsx

+ 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) => {