mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix: issue in getting filter_box config (#10262)
This commit is contained in:
@@ -380,7 +380,7 @@ class FilterBox extends React.Component {
|
||||
onBlur={this.onFilterMenuClose}
|
||||
onMenuClose={this.onFilterMenuClose}
|
||||
selectWrap={
|
||||
[FILTER_CONFIG_ATTRIBUTES.SEARCH_ALL_OPTIONS] &&
|
||||
filterConfig[FILTER_CONFIG_ATTRIBUTES.SEARCH_ALL_OPTIONS] &&
|
||||
data.length >= FILTER_OPTIONS_LIMIT
|
||||
? AsyncCreatableSelect
|
||||
: CreatableSelect
|
||||
|
||||
Reference in New Issue
Block a user