This repository has been archived by the owner on Aug 9, 2022. It is now read-only.
Time Range not using Commonly Used Ranges from Kibana Settings #351
Labels
maintenance
Improves code quality, but not the product
Currently, the
time_range
component uses a constant fromreport_settings_constants.tsx
to feed thecommonlyUsedRanges
property ofEuiSuperDatePicker
inside it.This is not the default behavior across Kibana. The default behavior is to load this from
uiSettings
service, allowing the user to override the available options.I'm proposing this change that is not a breaking change but a "fix" that makes this plugin follow the default behavior across Kibana.
The text was updated successfully, but these errors were encountered: