Skip to content

Commit

Permalink
Require page reload when changing timepicker:quickRanges (#173747)
Browse files Browse the repository at this point in the history
## Summary

fix #172601

I reviewed how this setting is used. It is directly used in a lot of
places and it is hard to guarantee/fix that all places pick up the new
setting. Safer to ask to reload.
  • Loading branch information
Dosant authored Dec 20, 2023
1 parent 0ac7dbd commit 36c9d5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/data/server/ui_settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,7 @@ export function getUiSettings(
'</a>',
},
}),
requiresPageReload: true,
schema: enableValidations
? schema.arrayOf(
schema.object({
Expand Down

0 comments on commit 36c9d5d

Please sign in to comment.