[WEB-5074] fix: remove the filter conditions check from the defaultOpen property to prevent unwanted popups. (#7903)

This commit is contained in:
Prateek Shourya 2025-10-03 19:56:31 +05:30 committed by GitHub
parent 431af01483
commit b695f161ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -68,7 +68,6 @@ export const FiltersRow = observer(
shouldShowIcon: true,
iconComponent: ListFilterPlus,
},
defaultOpen: buttonConfig?.defaultOpen ?? !hasAnyConditions,
...buttonConfig,
isDisabled: disabledAllOperations,
}}