diff --git a/frontend/src/views/admin/ops/OpsDashboard.vue b/frontend/src/views/admin/ops/OpsDashboard.vue index 50bc5249..9c512db6 100644 --- a/frontend/src/views/admin/ops/OpsDashboard.vue +++ b/frontend/src/views/admin/ops/OpsDashboard.vue @@ -310,8 +310,6 @@ const applyRouteQueryToState = () => { } } -applyRouteQueryToState() - const buildQueryFromState = () => { const next: Record = { ...route.query } @@ -380,6 +378,8 @@ const requestDetailsPreset = ref({ const showSettingsDialog = ref(false) const showAlertRulesCard = ref(false) +applyRouteQueryToState() + // Auto refresh settings const showAlertEvents = ref(true) const showOpenAITokenStats = ref(false)