Ver Fonte

add title in IProjectTreeInsertRequest

visuddhinanda há 1 ano atrás
pai
commit
5f7dcc694d
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      dashboard-v4/dashboard/src/components/api/task.ts

+ 1 - 0
dashboard-v4/dashboard/src/components/api/task.ts

@@ -222,6 +222,7 @@ export interface ITaskGroupResponse {
 export interface IProjectTreeInsertRequest {
 export interface IProjectTreeInsertRequest {
   studio_name: string;
   studio_name: string;
   parent_id?: string | null;
   parent_id?: string | null;
+  title?: string;
   data: IProjectUpdateRequest[];
   data: IProjectUpdateRequest[];
 }
 }