Skip to content

Commit

Permalink
fix(SystemsTable): Remove redundant removeFilter call
Browse files Browse the repository at this point in the history
  • Loading branch information
bastilian committed Sep 22, 2023
1 parent 0340bad commit d6b9fb6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Helpers/TableToolbarHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ export const buildActiveFilters = (currentFilters, filterRuleValues = []) => {

export const removeFilters = (chips, apply, reset = false, defaultFilters = {}) => {
if (reset) {
removeFilters(chips, apply);
apply({ ...defaultFilters, page: 1 });
return;
}
Expand Down

0 comments on commit d6b9fb6

Please sign in to comment.