Commit 0264fcc6 by Denis Doria Committed by Torkel Ödegaard

Remove unsaved dialog when removing a dashboard #7591 (#7733)

parent e71b13d9
......@@ -106,6 +106,7 @@ export class DashNavCtrl {
confirmText: confirmText,
yesText: 'Delete',
onConfirm: function() {
$scope.dashboardMeta.canSave = false;
$scope.deleteDashboardConfirmed();
}
});
......
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