Skip to content

Commit

Permalink
Merge branch 'chore/select-component-refactoring-timeseriescolumncont…
Browse files Browse the repository at this point in the history
…rol-iteration-5' of github.com:geido/incubator-superset into chore/select-component-refactoring-timeseriescolumncontrol-iteration-5
  • Loading branch information
geido committed Sep 15, 2021
2 parents e8815be + d6ebcf2 commit 130db5c
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -216,9 +216,8 @@ export default class TimeSeriesColumnControl extends React.Component {
'Type of comparison, value difference or percentage',
'col-type',
<Select
ariaLabel="col-type"
ariaLabel={t('Type')}
value={this.state.colType || undefined}
allowClear={false}
onChange={this.onSelectChange.bind(this, 'colType')}
options={colTypeOptions}
/>,
Expand Down Expand Up @@ -274,9 +273,8 @@ export default class TimeSeriesColumnControl extends React.Component {
'Type of comparison, value difference or percentage',
'comp-type',
<Select
ariaLabel="comparison-type"
ariaLabel={t('Type')}
value={this.state.comparisonType || undefined}
allowClear={false}
onChange={this.onSelectChange.bind(this, 'comparisonType')}
options={comparisonTypeOptions}
/>,
Expand Down

0 comments on commit 130db5c

Please sign in to comment.