Merge pull request #2501 from Agoniedi/fix-ops-deeplink-tdz
fix: avoid ops deep link initialization error
This commit is contained in:
commit
089582d0c7
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user