diff --git a/frontend/app/duck/liveSearch.js b/frontend/app/duck/liveSearch.js index 6c1b49e31..bebdc9a35 100644 --- a/frontend/app/duck/liveSearch.js +++ b/frontend/app/duck/liveSearch.js @@ -49,10 +49,10 @@ const reduceThenFetchResource = actionCreator => (...args) => (dispatch, getStat return dispatch(fetchSessionList(filter)); }; -export const edit = reduceThenFetchResource((instance) => ({ +export const edit = (instance) => ({ type: EDIT, instance, -})); +}); export const applyFilter = reduceThenFetchResource((filter, fromUrl=false) => ({ type: APPLY,