Fix validate

This commit is contained in:
Vladislav Makhov 2020-07-18 08:37:25 +03:00
parent e769ff55c2
commit 30631f0ce5

View File

@ -67,7 +67,7 @@ const SubModalDialog = ({ visible, onRecoverModalClose, t }) => {
<FieldContainer
key="e-mail"
isVertical={true}
hasError={descErr}
hasError={emailErr}
errorMessage={t("RecoverErrorMessage")}>
<TextInput
hasError={emailErr}