Skip to content

Commit

Permalink
Remove dashboard refresh handler.
Browse files Browse the repository at this point in the history
This was introduced as part of elastic#12752, but needs more review to verify if this is right way forward.
  • Loading branch information
thomasneirynck committed Jul 12, 2017
1 parent bdcbdc9 commit 60b9a91
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ui/public/visualize/visualize.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ uiModules
};
$scope.vis.on('reload', reload);
$scope.$on('courier:searchRefresh', reload);
// dashboard will trigger this event when refreshing
$scope.$on('fetch', reload);

if ($scope.appState) {
let oldUiState;
Expand Down

0 comments on commit 60b9a91

Please sign in to comment.