mirror of
https://github.com/Mintplex-Labs/vector-admin.git
synced 2026-07-21 00:15:23 -04:00
Merge pull request #72 from Mintplex-Labs/org-delete-redirection
Fix org deletion redirection path
This commit is contained in:
@@ -42,7 +42,7 @@ export default function OrgSettings({ organization }: { organization: any }) {
|
||||
return;
|
||||
}
|
||||
|
||||
window.location.replace(paths.home());
|
||||
window.location.replace(paths.dashboard());
|
||||
};
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user