Skip to content

Commit

Permalink
Fixed normal filter bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Axelrod authored and Andrew Axelrod committed May 27, 2020
1 parent 7617247 commit b89818c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/hacks/custom_filter_bootstrap/index.js
Expand Up @@ -98,7 +98,7 @@ app.run(['$rootScope', ($rootScope) => {
}

if (!customFilterFlag) {
addFiltersOriginal.apply(filterManager, newFilters);
addFiltersCached.apply(filterManager, newFilters);
}
};
})(indexPatterns, filterManager.addFilters);

0 comments on commit b89818c

Please sign in to comment.