[WEB-5074] fix: remove the filter conditions check from the defaultOpen property to prevent unwanted popups. (#7903)
This commit is contained in:
parent
431af01483
commit
b695f161ef
1 changed files with 0 additions and 1 deletions
|
|
@ -68,7 +68,6 @@ export const FiltersRow = observer(
|
|||
shouldShowIcon: true,
|
||||
iconComponent: ListFilterPlus,
|
||||
},
|
||||
defaultOpen: buttonConfig?.defaultOpen ?? !hasAnyConditions,
|
||||
...buttonConfig,
|
||||
isDisabled: disabledAllOperations,
|
||||
}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue