mirror of https://github.com/embarklabs/embark.git
fix(cockpit/console): increase number of suggestions
This commit is contained in:
parent
54698ccf53
commit
71da423e4e
|
@ -108,7 +108,7 @@ class Console extends Component {
|
|||
emptyLabel={false}
|
||||
labelKey="value"
|
||||
multiple={false}
|
||||
maxResults={10}
|
||||
maxResults={20}
|
||||
isLoading={this.state.isLoading}
|
||||
onInputChange={(text) => this.handleChange(text)}
|
||||
onChange={(text) => {
|
||||
|
|
Loading…
Reference in New Issue