From 55aecd92b7aaf678b181d960d9d2138455490c53 Mon Sep 17 00:00:00 2001 From: Teal Larson Date: Fri, 17 Jun 2022 08:59:31 -0400 Subject: [PATCH] enableReinitialize on account form (#13622) --- .../SettingsPage/pages/AccountPage/components/AccountForm.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/airbyte-webapp/src/pages/SettingsPage/pages/AccountPage/components/AccountForm.tsx b/airbyte-webapp/src/pages/SettingsPage/pages/AccountPage/components/AccountForm.tsx index 8780621d4d4fc..7ab879ef8eb79 100644 --- a/airbyte-webapp/src/pages/SettingsPage/pages/AccountPage/components/AccountForm.tsx +++ b/airbyte-webapp/src/pages/SettingsPage/pages/AccountPage/components/AccountForm.tsx @@ -60,6 +60,7 @@ const AccountForm: React.FC = ({ email, onSubmit, successMessa validateOnBlur={true} validateOnChange={false} validationSchema={accountValidationSchema} + enableReinitialize onSubmit={onSubmit} > {({ isSubmitting, dirty, values }) => (