Autofocus aggregation in metric control (#5717)

* Focus button

* Move autofocus to aggregation
This commit is contained in:
Beto Dealmeida 2018-08-26 16:36:09 -07:00 committed by Maxime Beauchemin
parent 9a6595d0e9
commit f83ea233c7
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ export default class AdhocMetricEditPopover extends React.Component {
</FormGroup>
<FormGroup>
<ControlLabel><strong>aggregate</strong></ControlLabel>
<OnPasteSelect {...this.selectProps} {...aggregateSelectProps} />
<OnPasteSelect autoFocus {...this.selectProps} {...aggregateSelectProps} />
</FormGroup>
</Tab>
<Tab className="adhoc-metric-edit-tab" eventKey={EXPRESSION_TYPES.SQL} title="Custom SQL">