From 32436c8d20b6a7783902d97278145feb15067b93 Mon Sep 17 00:00:00 2001 From: Daniel Dudzic Date: Tue, 20 Sep 2022 15:58:56 +0200 Subject: [PATCH] Active Filters: Fix the Clear All button for Ratings. Closes ##7172 --- assets/js/blocks/active-filters/block.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/js/blocks/active-filters/block.tsx b/assets/js/blocks/active-filters/block.tsx index c00ac6f7549..fc034b8f0b7 100644 --- a/assets/js/blocks/active-filters/block.tsx +++ b/assets/js/blocks/active-filters/block.tsx @@ -295,6 +295,7 @@ const ActiveFiltersBlock = ( { setMaxPrice( undefined ); setProductAttributes( [] ); setProductStockStatus( [] ); + setProductRatings( [] ); } } } >