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:
@@ -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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user