Skip to content

Commit

Permalink
revert cache clearning in management
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 committed Apr 20, 2020
1 parent e923d7d commit 2b81cbc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,6 @@ uiModules

Promise.resolve($scope.indexPattern.destroy())
.then(function() {
npStart.plugins.data.indexPatterns.clearCache();
$location.url('/management/kibana/index_patterns');
})
.catch(fatalError);
Expand Down

0 comments on commit 2b81cbc

Please sign in to comment.