mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
allow decorated properties to be deleted (#14576)
This commit is contained in:
parent
909d651326
commit
2ea9259534
1 changed files with 2 additions and 0 deletions
|
@ -63,12 +63,14 @@ export function AggTypesBucketsDateHistogramProvider(timefilter, config, Private
|
|||
}
|
||||
},
|
||||
setTimeRange: {
|
||||
configurable: true,
|
||||
value(newValue) {
|
||||
timeRange = newValue;
|
||||
setBounds(this, true);
|
||||
}
|
||||
},
|
||||
getTimeRange: {
|
||||
configurable: true,
|
||||
value() {
|
||||
return timeRange;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue