18123: Use update project dialog for creating groups and remove create group dialog.
[arvados-workbench2.git] / src / store / projects / project-update-actions.ts
index 45065b6247827c7a44e8dce3000e85bdfe43a71e..ba17675380074bf761ceda72e904f596f386955f 100644 (file)
@@ -10,10 +10,12 @@ import { getCommonResourceServiceError, CommonResourceServiceError } from "servi
 import { ServiceRepository } from "services/services";
 import { projectPanelActions } from 'store/project-panel/project-panel-action';
 import { GroupClass } from "models/group";
+import { Participant } from "views-components/sharing-dialog/participant-select";
 
 export interface ProjectUpdateFormDialogData {
     uuid: string;
     name: string;
+    users?: Participant[];
     description?: string;
 }