Skip to content

Commit

Permalink
Fix: Refresh widget on param edit
Browse files Browse the repository at this point in the history
  • Loading branch information
ranbena committed Feb 4, 2019
1 parent 3df3724 commit a843b92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/app/components/dashboards/widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ function DashboardWidgetCtrl($location, $uibModal, $window, $rootScope, Events,
widget: this.widget,
}).result.then(() => {
this.localParameters = null;
this.refresh();
$rootScope.$broadcast('dashboard.update-parameters');
});
};
Expand Down

0 comments on commit a843b92

Please sign in to comment.