Commit 1b65e889 by Barak Kakoun Committed by GitHub

Typo (#25516)

dashboard instead of dashboad
parent 5f1f820b
...@@ -263,7 +263,7 @@ export class PanelEditorUnconnected extends PureComponent<Props> { ...@@ -263,7 +263,7 @@ export class PanelEditorUnconnected extends PureComponent<Props> {
icon="cog" icon="cog"
onClick={this.onOpenDashboardSettings} onClick={this.onOpenDashboardSettings}
variant="secondary" variant="secondary"
title="Open dashboad settings" title="Open dashboard settings"
/> />
<Button onClick={this.onDiscard} variant="secondary" title="Undo all changes"> <Button onClick={this.onDiscard} variant="secondary" title="Undo all changes">
Discard Discard
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment