fix(cockpit/console): increase number of suggestions

This commit is contained in:
Jonathan Rainville 2019-03-12 13:34:01 -04:00 committed by Iuri Matias
parent 54698ccf53
commit 71da423e4e
1 changed files with 1 additions and 1 deletions

View File

@ -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) => {