X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/519b431a41a9ab4815a1e4180ee78395b74a85de..f4e410a5984226818301332c25ac178403c2e0e9:/src/views-components/resource-properties-form/property-value-field.tsx diff --git a/src/views-components/resource-properties-form/property-value-field.tsx b/src/views-components/resource-properties-form/property-value-field.tsx index db2db3f7ec..13dcfeb544 100644 --- a/src/views-components/resource-properties-form/property-value-field.tsx +++ b/src/views-components/resource-properties-form/property-value-field.tsx @@ -15,7 +15,7 @@ interface PropertyKeyProp { propertyKey: string; } -type PropertyValueFieldProps = VocabularyProp & PropertyKeyProp; +export type PropertyValueFieldProps = VocabularyProp & PropertyKeyProp; export const PROPERTY_VALUE_FIELD_NAME = 'value'; @@ -30,7 +30,7 @@ export const PropertyValueField = compose( validate={getValidation(props)} {...props} />); -const PropertyValueInput = ({ vocabulary, propertyKey, ...props }: WrappedFieldProps & PropertyValueFieldProps) => +export const PropertyValueInput = ({ vocabulary, propertyKey, ...props }: WrappedFieldProps & PropertyValueFieldProps) =>