Skip to content

Commit

Permalink
Added clarification comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ranbena committed Apr 14, 2019
1 parent bbb0d6b commit eef107c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/app/pages/dashboards/dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ function DashboardCtrl(
this.isLayoutDirty = false;
})
.catch(() => {
// in the off-chance that a widget got deleted mid-saving it's position, an error will occur
// currently left unhandled PR 3653#issuecomment-481699053
notification.error('Error saving changes.');
})
.finally(() => {
Expand Down

0 comments on commit eef107c

Please sign in to comment.