Merge pull request #2501 from Agoniedi/fix-ops-deeplink-tdz

fix: avoid ops deep link initialization error
This commit is contained in:
Wesley Liddick 2026-05-19 15:37:26 +08:00 committed by GitHub
commit 089582d0c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -310,8 +310,6 @@ const applyRouteQueryToState = () => {
}
}
applyRouteQueryToState()
const buildQueryFromState = () => {
const next: Record<string, any> = { ...route.query }
@ -380,6 +378,8 @@ const requestDetailsPreset = ref<OpsRequestDetailsPreset>({
const showSettingsDialog = ref(false)
const showAlertRulesCard = ref(false)
applyRouteQueryToState()
// Auto refresh settings
const showAlertEvents = ref(true)
const showOpenAITokenStats = ref(false)