diff --git a/public/app/features/dashboard-scene/scene/DashboardScene.tsx b/public/app/features/dashboard-scene/scene/DashboardScene.tsx index 454eb0a25e2..3a354a03686 100644 --- a/public/app/features/dashboard-scene/scene/DashboardScene.tsx +++ b/public/app/features/dashboard-scene/scene/DashboardScene.tsx @@ -292,9 +292,14 @@ export class DashboardScene extends SceneObjectBase 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(); }