Skip to content

Commit

Permalink
Merge pull request #609 from dadiorchen/issue635
Browse files Browse the repository at this point in the history
fix: reset won't work
  • Loading branch information
dadiorchen authored Mar 30, 2022
2 parents 38a7633 + 501df4e commit 3d8c0d1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ function CustomTableFilter(props) {
delete withoutLocalFilter.phone;
delete withoutLocalFilter.start_date;
delete withoutLocalFilter.end_date;
delete withoutLocalFilter.sub_organization;
setFilter(withoutLocalFilter);
setLocalFilter({});
}
Expand Down

0 comments on commit 3d8c0d1

Please sign in to comment.