Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Active Filters: Fix the Clear All button for Ratings. Closes ##7172
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldudzic committed Sep 20, 2022
1 parent 73df337 commit 32436c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/js/blocks/active-filters/block.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ const ActiveFiltersBlock = ( {
setMaxPrice( undefined );
setProductAttributes( [] );
setProductStockStatus( [] );
setProductRatings( [] );
}
} }
>
Expand Down

0 comments on commit 32436c8

Please sign in to comment.