Skip to content

Commit

Permalink
fix(native-filters): panels are collapsed when switch native filters (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenLYZ committed Nov 4, 2022
1 parent 5e1eecb commit 9b6322b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,7 @@ const FiltersConfigForm = (
</StyledRowContainer>
)}
<StyledCollapse
activeKey={activeFilterPanelKeys}
defaultActiveKey={activeFilterPanelKeys}
onChange={key => {
handleActiveFilterPanelChange(key);
}}
Expand Down

0 comments on commit 9b6322b

Please sign in to comment.