Oops, wrong function

This commit is contained in:
David Baker 2016-09-23 15:25:13 +01:00
parent 2e77b0a3c7
commit 8e1105b12a

View File

@ -229,7 +229,7 @@ module.exports = React.createClass({
}, 300);
},
onFilterChange: function() {
onFilterClear: function() {
this.filterString = null;
if (this.filterTimeout) {