Skip to content

Commit

Permalink
fix(Slider): remove redundant labelText (carbon-design-system#3894)
Browse files Browse the repository at this point in the history
  • Loading branch information
asudoh authored Sep 4, 2019
1 parent f98b1f6 commit ea5c6d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react/src/components/Slider/Slider.js
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,6 @@ export default class Slider extends PureComponent {
className={inputClasses}
value={value}
onChange={this.handleChange}
labelText=""
aria-label={ariaLabelInput}
disabled={disabled}
/>
Expand Down

0 comments on commit ea5c6d3

Please sign in to comment.