Skip to content

Commit

Permalink
fix: filter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rakesh-musturi committed Aug 21, 2023
1 parent 0877745 commit e3537ef
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,8 @@ const useFilters = ({
const cancel = () => {
// Reverting to previous filters only applies when using batch actions
if (updateMethod === BATCH) {
revertToPreviousFilters();
// commenting the below function as this is reverting to previous value even after we clear the filter and close the filter panel
//revertToPreviousFilters();
onCancel();
}
};
Expand Down

0 comments on commit e3537ef

Please sign in to comment.