Skip to content

Commit aadff9a

Browse files
committed
delete notification
1 parent bda6d75 commit aadff9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/src/pages/ManagementSettingsPage/OrganizationSettingsPage.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ const OrganizationSettingsPage: FC = () => {
5353
}}
5454
onDeleteOrganization={() => {
5555
deleteOrganizationMutation.mutate(org.id);
56+
displaySuccess("Organization deleted.");
5657
navigate("/organizations");
5758
}}
5859
/>

0 commit comments

Comments
 (0)