X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/b58e3122a2574d81618bca58e27b046f82400f49..40952ad86a823635968c9abc5d6feacef316cffd:/src/views-components/dialog-update/dialog-collection-update.tsx diff --git a/src/views-components/dialog-update/dialog-collection-update.tsx b/src/views-components/dialog-update/dialog-collection-update.tsx index dc278018..febe1124 100644 --- a/src/views-components/dialog-update/dialog-collection-update.tsx +++ b/src/views-components/dialog-update/dialog-collection-update.tsx @@ -7,7 +7,7 @@ import { reduxForm, Field } from 'redux-form'; import { compose } from 'redux'; import { ArvadosTheme } from '../../common/custom-theme'; import { Dialog, DialogActions, DialogContent, DialogTitle, TextField, StyleRulesCallback, withStyles, WithStyles, Button, CircularProgress } from '../../../node_modules/@material-ui/core'; -import { COLLECTION_NAME_VALIDATION, COLLECTION_DESCRIPTION_VALIDATION } from '../../validators/create-project/create-project-validator'; +import { COLLECTION_NAME_VALIDATION, COLLECTION_DESCRIPTION_VALIDATION } from '../../validators/create-collection/create-collection-validator'; import { COLLECTION_FORM_NAME } from '../../store/collections/updater/collection-updater-action'; type CssRules = 'content' | 'actions' | 'textField' | 'buttonWrapper' | 'saveButton' | 'circularProgress';