mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Dashboards: timeRangeUpdatedDuringEditOrView should not be persisted (#88119)
Fix persisting timeRangeUpdated that should not be persisted
This commit is contained in:
parent
03650f76f1
commit
059e412344
@ -117,7 +117,7 @@ export class DashboardModel implements TimeModel {
|
|||||||
appEventsSubscription: true,
|
appEventsSubscription: true,
|
||||||
panelsAffectedByVariableChange: true,
|
panelsAffectedByVariableChange: true,
|
||||||
lastRefresh: true,
|
lastRefresh: true,
|
||||||
timeRangeUpdatedDuringEdit: true,
|
timeRangeUpdatedDuringEditOrView: true,
|
||||||
originalDashboard: true,
|
originalDashboard: true,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user