From c8f8f62ea73ab1cb95e6c2c839d72a4884df9a36 Mon Sep 17 00:00:00 2001 From: Sunandadadi Date: Wed, 3 Dec 2025 09:53:39 -0500 Subject: [PATCH] resolving coderabbit suggestion --- web/src/routes/OrganizationsList/modals/ChangeEmailModal.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/web/src/routes/OrganizationsList/modals/ChangeEmailModal.tsx b/web/src/routes/OrganizationsList/modals/ChangeEmailModal.tsx index 3e12bfc4e..22262d738 100644 --- a/web/src/routes/OrganizationsList/modals/ChangeEmailModal.tsx +++ b/web/src/routes/OrganizationsList/modals/ChangeEmailModal.tsx @@ -125,9 +125,6 @@ export default function ChangeEmailModal(props: ChangeEmailModalProps) { } else { changeUserEmailSelf(newEmail.trim()); } - - // Close modal; request is queued if fresh login required - handleClose(); }; return (