Merge branch 'pagination' into dev

This commit is contained in:
Shekar Siri 2022-03-15 19:41:29 +01:00
commit c6ed5940ff

View file

@ -135,7 +135,7 @@ export const fetchList = (params = {}, clear = false) => (dispatch, getState) =>
return dispatch({
types: array(FETCH_LIST),
call: client => client.post('/errors/search', { ...params, ...options }),
call: client => client.post('/errors/search', { ...params, ...options.toJS() }),
clear,
params: cleanParams(params),
});