X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/0c0daef87be8abcbcc3498d817e453d7336554f8..4b961d16b8f8ef8afbd13697a79fe4684acd0416:/src/views-components/dialog-create/dialog-user-create.tsx diff --git a/src/views-components/dialog-create/dialog-user-create.tsx b/src/views-components/dialog-create/dialog-user-create.tsx index 14365af7..06db5873 100644 --- a/src/views-components/dialog-create/dialog-user-create.tsx +++ b/src/views-components/dialog-create/dialog-user-create.tsx @@ -6,7 +6,7 @@ import * as React from 'react'; import { InjectedFormProps } from 'redux-form'; import { WithDialogProps } from '~/store/dialog/with-dialog'; import { FormDialog } from '~/components/form-dialog/form-dialog'; -import { UserEmailField, UserIdentityUrlField, UserVirtualMachineField, UserGroupsVirtualMachineField } from '~/views-components/form-fields/user-form-fields'; +import { UserEmailField, UserVirtualMachineField, UserGroupsVirtualMachineField } from '~/views-components/form-fields/user-form-fields'; export type DialogUserProps = WithDialogProps<{}> & InjectedFormProps; @@ -20,7 +20,6 @@ export const UserRepositoryCreate = (props: DialogUserProps) => const UserAddFields = (props: DialogUserProps) => - ;