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

This commit is contained in:
Torkel Ödegaard 2016-10-22 12:34:18 +02:00
parent bc90e6ce46
commit 42961ef8a0

View File

@ -88,7 +88,7 @@ export class DashboardSrv {
onAltAction: () => {
this.saveDashboardAs();
},
onConfirm: function() {
onConfirm: () => {
this.saveDashboard({overwrite: true});
}
});