fix: payment receive and made.

This commit is contained in:
a.bouhuolia
2021-03-09 17:47:01 +02:00
parent 2494a33d21
commit 59f8010122
31 changed files with 395 additions and 349 deletions

View File

@@ -6,11 +6,11 @@ import {
const initialState = {
tableState: {
pageSize: 12,
pageIndex: 1,
pageIndex: 0,
sortBy: [],
},
};
export default createReducer(initialState, {
...createTableStateReducers('PAYMENT_MADES'),
});