diff --git a/src/components/ValidatedTextInput/ValidatedTextInput.tsx b/src/components/ValidatedTextInput/ValidatedTextInput.tsx index 483f535..b431933 100644 --- a/src/components/ValidatedTextInput/ValidatedTextInput.tsx +++ b/src/components/ValidatedTextInput/ValidatedTextInput.tsx @@ -32,7 +32,7 @@ interface IValidatedTextInputProps export const ValidatedTextInput: React.FunctionComponent = ({ field, component = TextInput, - label, + label = field.schema.describe().label, fieldId, isRequired, type = 'text',