Commit 42961ef8 by Torkel Ödegaard

fix(dashbard): fixed issue confirmig when saving a dashboard with conflict

parent bc90e6ce
......@@ -88,7 +88,7 @@ export class DashboardSrv {
onAltAction: () => {
this.saveDashboardAs();
},
onConfirm: function() {
onConfirm: () => {
this.saveDashboard({overwrite: true});
}
});
......
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