From b695f161ef8ef9a82ad162a3589667b300d3e87e Mon Sep 17 00:00:00 2001 From: Prateek Shourya Date: Fri, 3 Oct 2025 19:56:31 +0530 Subject: [PATCH] [WEB-5074] fix: remove the filter conditions check from the defaultOpen property to prevent unwanted popups. (#7903) --- apps/web/core/components/rich-filters/filters-row.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/web/core/components/rich-filters/filters-row.tsx b/apps/web/core/components/rich-filters/filters-row.tsx index 2733d56b3..0bac4a4c1 100644 --- a/apps/web/core/components/rich-filters/filters-row.tsx +++ b/apps/web/core/components/rich-filters/filters-row.tsx @@ -68,7 +68,6 @@ export const FiltersRow = observer( shouldShowIcon: true, iconComponent: ListFilterPlus, }, - defaultOpen: buttonConfig?.defaultOpen ?? !hasAnyConditions, ...buttonConfig, isDisabled: disabledAllOperations, }}