diff --git a/packages/frontend/pages/dashboards/[id].tsx b/packages/frontend/pages/dashboards/[id].tsx index 80beacbd..31c2acb2 100644 --- a/packages/frontend/pages/dashboards/[id].tsx +++ b/packages/frontend/pages/dashboards/[id].tsx @@ -288,6 +288,7 @@ export default function Dashboard() { return; } removeDashboard(); + router.push(`/dashboards`); }} > Delete