Oops, wrong function
This commit is contained in:
parent
2e77b0a3c7
commit
8e1105b12a
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ module.exports = React.createClass({
|
||||||
}, 300);
|
}, 300);
|
||||||
},
|
},
|
||||||
|
|
||||||
onFilterChange: function() {
|
onFilterClear: function() {
|
||||||
this.filterString = null;
|
this.filterString = null;
|
||||||
|
|
||||||
if (this.filterTimeout) {
|
if (this.filterTimeout) {
|
||||||
|
|
Loading…
Reference in a new issue