From 1d51fbdcb66ccd09934ec0e708553d8b01106c67 Mon Sep 17 00:00:00 2001 From: Amir Ghezelbash Date: Tue, 29 Aug 2023 11:15:24 +0300 Subject: [PATCH] runfix: remove extra error message icon (WPB-3157) (#4391) --- src/script/page/PasswordForgot.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/script/page/PasswordForgot.tsx b/src/script/page/PasswordForgot.tsx index da40ef77e7..b663cfbe2c 100644 --- a/src/script/page/PasswordForgot.tsx +++ b/src/script/page/PasswordForgot.tsx @@ -97,6 +97,7 @@ const PasswordForgot = () => {

{t('title')}

{ label={t('emailPlaceholder')} name="email" type="email" - required data-uie-name="enter-email" - error={{error}} + error={error && {error}} />