Merge branch 'pagination' into dev
This commit is contained in:
commit
c6ed5940ff
1 changed files with 1 additions and 1 deletions
|
|
@ -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),
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue