Merge pull request #40 from lbryio/revert-31-search-page
Revert "do not reset search query on HISTORY_NAVIGATE"
This commit is contained in:
commit
cdcecce6fe
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…
Add table
Reference in a new issue