X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/e039a6f51ca398dae75a76cf2817b3f91bc0c1a6..8eb3dc9fe8b8ed991b439885f874d5cb5dc1ecd1:/src/views-components/resource-properties-form/resource-properties-form.tsx diff --git a/src/views-components/resource-properties-form/resource-properties-form.tsx b/src/views-components/resource-properties-form/resource-properties-form.tsx index 2f3e0cd4..df9ff849 100644 --- a/src/views-components/resource-properties-form/resource-properties-form.tsx +++ b/src/views-components/resource-properties-form/resource-properties-form.tsx @@ -13,18 +13,17 @@ export interface ResourcePropertiesFormData { [PROPERTY_VALUE_FIELD_NAME]: string; } -export const ResourcePropertiesForm = reduxForm({ form: 'rpform' })( - ({ handleSubmit }: InjectedFormProps) => -
- - - - - - - - - - +export const ResourcePropertiesForm = ({ handleSubmit }: InjectedFormProps) => + + + + - ); + + + + + + + + ;