mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-22 07:40:32 +00:00
feat: datatables pagination.
This commit is contained in:
@@ -138,7 +138,7 @@ export const fetchManualJournalsTable = ({ query } = {}) => {
|
||||
manual_journals: response.data.manual_journals,
|
||||
});
|
||||
dispatch({
|
||||
type: 'MANUAL_JOURNALS_PAGINATION_SET',
|
||||
type: t.MANUAL_JOURNALS_PAGINATION_SET,
|
||||
payload: {
|
||||
pagination: response.data.pagination,
|
||||
customViewId:
|
||||
|
||||
Reference in New Issue
Block a user