X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/17963753e57340121942857300c41c7852275c4b..6ad3586e61737306f61a330eca545ca494f16304:/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 1f92118885..d17f50d465 100644 --- a/src/views-components/resource-properties-form/property-key-field.tsx +++ b/src/views-components/resource-properties-form/property-key-field.tsx @@ -16,11 +16,13 @@ export const PROPERTY_KEY_FIELD_ID = 'keyID'; export const PropertyKeyField = connectVocabulary( ({ vocabulary, skipValidation }: VocabularyProp & ValidationProp) => + + ); const PropertyKeyInput = ({ vocabulary, ...props }: WrappedFieldProps & VocabularyProp) =>