X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/1bda4645781ebb80f6d0db901f857abff088d749..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 967d3e5b..8243cfe3 100644 --- a/src/views-components/form-fields/project-form-fields.tsx +++ b/src/views-components/form-fields/project-form-fields.tsx @@ -3,20 +3,20 @@ // SPDX-License-Identifier: AGPL-3.0 import * as React from "react"; -import { Field, WrappedFieldProps } from "redux-form"; -import { TextField } from "~/components/text-field/text-field"; -import { PROJECT_NAME_VALIDATION, PROJECT_DESCRIPTION_VALIDATION } from "~/validators/validators"; +import { Field } from "redux-form"; +import { TextField, RichEditorTextField } from "~/components/text-field/text-field"; +import { PROJECT_NAME_VALIDATION } from "~/validators/validators"; export const ProjectNameField = () => ; + label="Project Name" + autoFocus={true} />; export const ProjectDescriptionField = () => ; \ No newline at end of file + component={RichEditorTextField} + label="Description - optional" />;