Skip to content

Commit

Permalink
Use empty string instead
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Mar 12, 2020
1 parent 99dbd69 commit 0eb550b
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 @@ -389,7 +389,7 @@ export class Dropdown extends Component {
}

resetFilter() {
this.setState({filter: null});
this.setState({filter: ''});
}

onFilterInputKeyDown(event) {
Expand Down

0 comments on commit 0eb550b

Please sign in to comment.