mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix(dashbard): fixed issue confirmig when saving a dashboard with conflict
This commit is contained in:
parent
bc90e6ce46
commit
42961ef8a0
@ -88,7 +88,7 @@ export class DashboardSrv {
|
||||
onAltAction: () => {
|
||||
this.saveDashboardAs();
|
||||
},
|
||||
onConfirm: function() {
|
||||
onConfirm: () => {
|
||||
this.saveDashboard({overwrite: true});
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user