Skip to content

Commit

Permalink
feat: redirect on dashboard delete (#707)
Browse files Browse the repository at this point in the history
  • Loading branch information
hughcrt authored Jan 13, 2025
1 parent 2447a7c commit a4c1a88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/frontend/pages/dashboards/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ export default function Dashboard() {
return;
}
removeDashboard();
router.push(`/dashboards`);
}}
>
Delete
Expand Down

0 comments on commit a4c1a88

Please sign in to comment.