delete firstName and lastName from form when creating a user
[arvados-workbench2.git] / src / store / users / users-actions.ts
index 7494f9833e8fcc7be5791b1d3956f0e4f47da82f..f39c753ea40e50bbe2ecb7f40df047d9297c9917 100644 (file)
@@ -19,8 +19,6 @@ export const USER_ATTRIBUTES_DIALOG = 'userAttributesDialog';
 export const USER_CREATE_FORM_NAME = 'repositoryCreateFormName';
 
 export interface UserCreateFormDialogData {
-    firstName: string;
-    lastName: string;
     email: string;
     identityUrl: string;
     virtualMachineName: string;