fixed disappearing input
This commit is contained in:
parent
840f2eb3d6
commit
4d0bea79c3
@ -119,6 +119,7 @@ export default function reducer(state=initialState, action) {
|
||||
|
||||
return Object.assign({}, state, initialState, {
|
||||
query: action.payload.query,
|
||||
queryValue: action.payload.query,
|
||||
error: action.payload.error
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user