Skip to content

Commit

Permalink
ui: Go to the frontpage after a full reset
Browse files Browse the repository at this point in the history
  • Loading branch information
jhf committed Oct 20, 2024
1 parent db88cc5 commit 5bf083b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/components/command-palette/command-palette.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ export function CommandPalette() {
"refresh_time_ms",
]);
}
navigate("/");
};

const handleStatisticalUnitsRefresh = async () => {
Expand Down

0 comments on commit 5bf083b

Please sign in to comment.