Commit 9cebcc45 by Torkel Ödegaard

fix(unsaved changes): fix for unsaved changes warning when changing time range…

fix(unsaved changes): fix for unsaved changes warning when changing time range to relative rime range, #4176
parent 352cdc13
...@@ -129,8 +129,6 @@ export class TimePickerCtrl { ...@@ -129,8 +129,6 @@ export class TimePickerCtrl {
} }
setRelativeFilter(timespan) { setRelativeFilter(timespan) {
this.panel.now = true;
var range = {from: timespan.from, to: timespan.to}; var range = {from: timespan.from, to: timespan.to};
if (this.panel.nowDelay && range.to === 'now') { if (this.panel.nowDelay && range.to === 'now') {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment