Fix click search
This commit is contained in:
parent
cd3f7adcfb
commit
f739a64f96
|
@ -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,
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue