Dashboards: timeRangeUpdatedDuringEditOrView should not be persisted (#88119)
Fix persisting timeRangeUpdated that should not be persisted
This commit is contained in:
@@ -117,7 +117,7 @@ export class DashboardModel implements TimeModel {
|
||||
appEventsSubscription: true,
|
||||
panelsAffectedByVariableChange: true,
|
||||
lastRefresh: true,
|
||||
timeRangeUpdatedDuringEdit: true,
|
||||
timeRangeUpdatedDuringEditOrView: true,
|
||||
originalDashboard: true,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user