Dashboards: timeRangeUpdatedDuringEditOrView should not be persisted (#88119)

Fix persisting timeRangeUpdated that should not be persisted
This commit is contained in:
Oscar Kilhed 2024-05-21 11:41:28 +02:00 committed by GitHub
parent 03650f76f1
commit 059e412344
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -117,7 +117,7 @@ export class DashboardModel implements TimeModel {
appEventsSubscription: true,
panelsAffectedByVariableChange: true,
lastRefresh: true,
timeRangeUpdatedDuringEdit: true,
timeRangeUpdatedDuringEditOrView: true,
originalDashboard: true,
};