diff --git a/src/components/dropdown/Dropdown.js b/src/components/dropdown/Dropdown.js index 037c559d93..4a936f5467 100644 --- a/src/components/dropdown/Dropdown.js +++ b/src/components/dropdown/Dropdown.js @@ -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||''); }