X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/c11055f2d6ce8385088bc221eab1175e31777ec0..25aa8a7c81609525d300f38bc5b7d2344c4e1cdf:/src/views-components/dialog-create/dialog-collection-create-selected.tsx diff --git a/src/views-components/dialog-create/dialog-collection-create-selected.tsx b/src/views-components/dialog-create/dialog-collection-create-selected.tsx index 0dc590ae..af2536df 100644 --- a/src/views-components/dialog-create/dialog-collection-create-selected.tsx +++ b/src/views-components/dialog-create/dialog-collection-create-selected.tsx @@ -7,7 +7,7 @@ import { InjectedFormProps, Field, WrappedFieldProps } from "redux-form"; import { Dialog, DialogTitle, DialogContent, DialogActions, Button, CircularProgress } from "@material-ui/core"; import { WithDialogProps } from "~/store/dialog/with-dialog"; import { TextField } from "~/components/text-field/text-field"; -import { COLLECTION_NAME_VALIDATION, COLLECTION_DESCRIPTION_VALIDATION, COLLECTION_PROJECT_VALIDATION } from "~/validators/create-project/create-project-validator"; +import { COLLECTION_NAME_VALIDATION, COLLECTION_DESCRIPTION_VALIDATION, COLLECTION_PROJECT_VALIDATION } from "~/validators/validators"; import { ProjectTreePicker } from "../project-tree-picker/project-tree-picker"; export const DialogCollectionCreateWithSelected = (props: WithDialogProps & InjectedFormProps<{ name: string }>) =>