From 059e412344833e3f772e1faef864c872721801ab Mon Sep 17 00:00:00 2001 From: Oscar Kilhed Date: Tue, 21 May 2024 11:41:28 +0200 Subject: [PATCH] Dashboards: timeRangeUpdatedDuringEditOrView should not be persisted (#88119) Fix persisting timeRangeUpdated that should not be persisted --- public/app/features/dashboard/state/DashboardModel.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/dashboard/state/DashboardModel.ts b/public/app/features/dashboard/state/DashboardModel.ts index e8f75cd8262..fce70c7f03d 100644 --- a/public/app/features/dashboard/state/DashboardModel.ts +++ b/public/app/features/dashboard/state/DashboardModel.ts @@ -117,7 +117,7 @@ export class DashboardModel implements TimeModel { appEventsSubscription: true, panelsAffectedByVariableChange: true, lastRefresh: true, - timeRangeUpdatedDuringEdit: true, + timeRangeUpdatedDuringEditOrView: true, originalDashboard: true, };