[release-11.6.4] Dashboards: Fix timezone change issue in dashboards (#107044)
Dashboards: Fix timezone change issue in dashboards
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user