diff --git a/client/components/lookup/reducer.jsx b/client/components/lookup/reducer.jsx index b395b69..f3bc504 100644 --- a/client/components/lookup/reducer.jsx +++ b/client/components/lookup/reducer.jsx @@ -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 });