From 5bf083bdad1854e99c52020819e69789a8b11777 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20H=2E=20Fjeld?= Date: Sun, 20 Oct 2024 20:58:16 +0200 Subject: [PATCH] ui: Go to the frontpage after a full reset --- app/src/components/command-palette/command-palette.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/components/command-palette/command-palette.tsx b/app/src/components/command-palette/command-palette.tsx index 2c663b807..f4fe37393 100644 --- a/app/src/components/command-palette/command-palette.tsx +++ b/app/src/components/command-palette/command-palette.tsx @@ -77,6 +77,7 @@ export function CommandPalette() { "refresh_time_ms", ]); } + navigate("/"); }; const handleStatisticalUnitsRefresh = async () => {