From f1d40bc9deded5c5bfff05bebbf723c37d0e953b Mon Sep 17 00:00:00 2001 From: Dhiren-Mhatre Date: Thu, 9 Jan 2025 12:33:53 +0530 Subject: [PATCH] Revert "removed stale comment line" This reverts commit e0fa8942491defaf39658f8e8171df52a218c4e4. --- src/components/OrgPeopleListCard/OrgPeopleListCard.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/OrgPeopleListCard/OrgPeopleListCard.tsx b/src/components/OrgPeopleListCard/OrgPeopleListCard.tsx index e7171bff71..0050d5cdf1 100644 --- a/src/components/OrgPeopleListCard/OrgPeopleListCard.tsx +++ b/src/components/OrgPeopleListCard/OrgPeopleListCard.tsx @@ -55,6 +55,7 @@ function orgPeopleListCard( orgid: currentUrl, }, }); + // If the mutation is successful, show a success message and reload the page if (data) { toast.success(t('memberRemoved') as string); props.toggleRemoveModal();