Fix search form clearing out.

This commit is contained in:
Dessalines 2020-04-29 13:05:38 -04:00
parent 8cd68f56aa
commit ee4f923f60

View file

@ -109,7 +109,6 @@ export class Search extends Component<any, SearchState> {
nextProps.history.action == 'POP' ||
nextProps.history.action == 'PUSH'
) {
this.state = this.emptyState;
this.state.q = this.getSearchQueryFromProps(nextProps);
this.state.type_ = this.getSearchTypeFromProps(nextProps);
this.state.sort = this.getSortTypeFromProps(nextProps);