Skip to content

Commit

Permalink
Clear all button doest exit from filterdialog
Browse files Browse the repository at this point in the history
  • Loading branch information
Madmat8 committed Mar 14, 2023
1 parent d2487bb commit 21bd669
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,7 @@ export const FilterDialog = ({ filters, filterOptions, resolve, open, handleClos
};
const clear = () => {
handleClose();
resolve([]);
setTempFilters([]);
};
return (
Expand Down

0 comments on commit 21bd669

Please sign in to comment.