diff --git a/public/app/features/dashboard-scene/panel-edit/PanelEditor.tsx b/public/app/features/dashboard-scene/panel-edit/PanelEditor.tsx index aefd435b48e..b0073be67ed 100644 --- a/public/app/features/dashboard-scene/panel-edit/PanelEditor.tsx +++ b/public/app/features/dashboard-scene/panel-edit/PanelEditor.tsx @@ -266,7 +266,7 @@ export class PanelEditor extends SceneObjectBase { this.setState({ isDirty: false }); // Remember that we have done changes - this._changesHaveBeenMade = false; + this._changesHaveBeenMade = true; } public onSaveLibraryPanel = () => {