[release-11.6.4] Dashboards: Fix timezone change issue in dashboards (#107044)

Dashboards: Fix timezone change issue in dashboards
This commit is contained in:
Victor Marin
2025-06-20 17:54:18 +03:00
committed by GitHub
parent c59075305a
commit dd39e90716
@@ -292,9 +292,14 @@ export class DashboardScene extends SceneObjectBase<DashboardSceneState> impleme
folderUid: folderUid,
version: result.version,
},
overlay: undefined,
});
this.state.editPanel?.dashboardSaved();
this._initialState = sceneUtils.cloneSceneObjectState(this.state);
this._initialUrlState = locationService.getLocation();
this._changeTracker.startTrackingChanges();
}