DashboardScene: Update repeated panels in dashboard after saving in panel edit and returning to it (#96536)

* Update repeated panels after saving dashboard when returning to it from panel edit

* cleanup
This commit is contained in:
Victor Marin
2024-11-15 13:40:51 +02:00
committed by GitHub
parent 329a4605fb
commit 927d0dddfe
@@ -266,7 +266,7 @@ export class PanelEditor extends SceneObjectBase<PanelEditorState> {
this.setState({ isDirty: false });
// Remember that we have done changes
this._changesHaveBeenMade = false;
this._changesHaveBeenMade = true;
}
public onSaveLibraryPanel = () => {