Revert "do not reset search query on HISTORY_NAVIGATE"
This commit is contained in:
parent
b97c50d6e3
commit
79280fdabf
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ export const searchReducer = handleActions(
|
|||
// if going home, it should be blank
|
||||
[ACTIONS.HISTORY_NAVIGATE]: (state: SearchState): SearchState => ({
|
||||
...state,
|
||||
searchQuery: '',
|
||||
suggestions: [],
|
||||
isActive: false,
|
||||
}),
|
||||
|
|
Loading…
Reference in a new issue