diff --git a/public/app/features/dashboard/components/PanelEditor/PanelEditor.tsx b/public/app/features/dashboard/components/PanelEditor/PanelEditor.tsx index 1577591e4bc..1bbe5fd4e9e 100644 --- a/public/app/features/dashboard/components/PanelEditor/PanelEditor.tsx +++ b/public/app/features/dashboard/components/PanelEditor/PanelEditor.tsx @@ -333,27 +333,28 @@ export class PanelEditorUnconnected extends PureComponent { > Discard , - this.props.panel.libraryPanel ? ( - - ) : ( - - ), + this.props.dashboard.meta.canSave && + (this.props.panel.libraryPanel ? ( + + ) : ( + + )),