Skip to content

Commit

Permalink
fix(cockpit/console): increase number of suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
jrainville authored and iurimatias committed Mar 13, 2019
1 parent 54698cc commit 71da423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/embark-ui/src/components/Console.js
Expand Up @@ -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) => {
Expand Down

0 comments on commit 71da423

Please sign in to comment.