X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/ca4613365dcc5e9e88d6c9ea4f05ffbed4b37daa..46751b9305a7e991d484494facd1f40790254d40:/src/views-components/resource-properties-form/property-key-field.tsx diff --git a/src/views-components/resource-properties-form/property-key-field.tsx b/src/views-components/resource-properties-form/property-key-field.tsx index e6708a39..3fb2d377 100644 --- a/src/views-components/resource-properties-form/property-key-field.tsx +++ b/src/views-components/resource-properties-form/property-key-field.tsx @@ -20,7 +20,7 @@ export const PropertyKeyField = connectVocabulary( vocabulary={vocabulary} validate={getValidation(vocabulary)} />); -const PropertyKeyInput = ({ vocabulary, ...props }: WrappedFieldProps & VocabularyProp) => +export const PropertyKeyInput = ({ vocabulary, ...props }: WrappedFieldProps & VocabularyProp) =>