Fix click search

This commit is contained in:
Wisani Shilumani 2018-07-13 13:25:13 +02:00
parent cd3f7adcfb
commit f739a64f96
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ class BrowseArchives extends React.Component {
// Using static full interviews data array for now
this.setState({
searchResults,
debounceTerm: this.state.term,
debounceTerm: term,
});
}