Skip to content

Commit b695f16

Browse files
[WEB-5074] fix: remove the filter conditions check from the defaultOpen property to prevent unwanted popups. (#7903)
1 parent 431af01 commit b695f16

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

apps/web/core/components/rich-filters/filters-row.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ export const FiltersRow = observer(
6868
shouldShowIcon: true,
6969
iconComponent: ListFilterPlus,
7070
},
71-
defaultOpen: buttonConfig?.defaultOpen ?? !hasAnyConditions,
7271
...buttonConfig,
7372
isDisabled: disabledAllOperations,
7473
}}

0 commit comments

Comments
 (0)