Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bda6d75 commit aadff9aCopy full SHA for aadff9a
site/src/pages/ManagementSettingsPage/OrganizationSettingsPage.tsx
@@ -53,6 +53,7 @@ const OrganizationSettingsPage: FC = () => {
53
}}
54
onDeleteOrganization={() => {
55
deleteOrganizationMutation.mutate(org.id);
56
+ displaySuccess("Organization deleted.");
57
navigate("/organizations");
58
59
/>
0 commit comments