X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/d4aa5357707c184f7e450465befeb693379ec5a9..a60d90f0ee4d4cd71ccc876b112911f437ffb974:/src/views-components/form-fields/project-form-fields.tsx diff --git a/src/views-components/form-fields/project-form-fields.tsx b/src/views-components/form-fields/project-form-fields.tsx index 5bf59c7e..8243cfe3 100644 --- a/src/views-components/form-fields/project-form-fields.tsx +++ b/src/views-components/form-fields/project-form-fields.tsx @@ -5,7 +5,7 @@ import * as React from "react"; import { Field } from "redux-form"; import { TextField, RichEditorTextField } from "~/components/text-field/text-field"; -import { PROJECT_NAME_VALIDATION, PROJECT_DESCRIPTION_VALIDATION } from "~/validators/validators"; +import { PROJECT_NAME_VALIDATION } from "~/validators/validators"; export const ProjectNameField = () => ;