Skip to content

Commit

Permalink
Fixed :void
Browse files Browse the repository at this point in the history
  • Loading branch information
Çağatay Çivici authored and Çağatay Çivici committed Feb 13, 2018
1 parent de92e39 commit 697ee5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/dropdown/Dropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ export class Dropdown extends Component {
this.overlayClick = false;
}

updateEditableLabel(option): void {
updateEditableLabel(option) {
if(this.editableInput) {
this.editableInput.value = (option ? this.getOptionLabel(option) : this.props.value||'');
}
Expand Down

0 comments on commit 697ee5f

Please sign in to comment.