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();