Skip to content

Commit

Permalink
Revert "removed stale comment line"
Browse files Browse the repository at this point in the history
This reverts commit e0fa894.
  • Loading branch information
Dhiren-Mhatre committed Jan 9, 2025
1 parent e0fa894 commit f1d40bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/OrgPeopleListCard/OrgPeopleListCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit f1d40bc

Please sign in to comment.