Skip to content

Commit

Permalink
fixes save to dashboard from query
Browse files Browse the repository at this point in the history
fixes #449
  • Loading branch information
alison985 committed Jul 22, 2018
1 parent f3b44b3 commit 5477988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/app/pages/queries/add-to-dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const AddToDashboardForm = {
});

// (response)
widget.$save().then(() => {
widget.save().then(() => {
// (dashboard)
this.selectedDashboard = Dashboard.get({ slug: dash.slug }, () => {});
this.close();
Expand Down

0 comments on commit 5477988

Please sign in to comment.