mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
fix: payment receive and made.
This commit is contained in:
@@ -6,11 +6,11 @@ import {
|
||||
const initialState = {
|
||||
tableState: {
|
||||
pageSize: 12,
|
||||
pageIndex: 1,
|
||||
pageIndex: 0,
|
||||
sortBy: [],
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
export default createReducer(initialState, {
|
||||
...createTableStateReducers('PAYMENT_MADES'),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user