diff --git a/src/components/ValidatedTextInput/ValidatedPasswordInput.tsx b/src/components/ValidatedTextInput/ValidatedPasswordInput.tsx index cc381ec..0baaf99 100644 --- a/src/components/ValidatedTextInput/ValidatedPasswordInput.tsx +++ b/src/components/ValidatedTextInput/ValidatedPasswordInput.tsx @@ -28,7 +28,7 @@ interface IValidatedPasswordInputProps export const ValidatedPasswordInput: React.FunctionComponent = ({ field, - label, + label = field.schema.describe().label, fieldId, isRequired, greenWhenValid = false,