Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
fix: issue in getting filter_box config (apache#10262)
Browse files Browse the repository at this point in the history
  • Loading branch information
Grace Guo authored and serenajiang committed Jul 9, 2020
1 parent 26d0617 commit 17b4244
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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
Expand Down

0 comments on commit 17b4244

Please sign in to comment.