@finema/core 2.17.3 → 2.17.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -114,6 +114,7 @@ export const apiFetchHelper = async (state, onUpdateStatus, onUpdateOptions, onU
|
|
|
114
114
|
});
|
|
115
115
|
const getOptions = (data) => {
|
|
116
116
|
const {
|
|
117
|
+
page: page2,
|
|
117
118
|
total,
|
|
118
119
|
limit: limit2,
|
|
119
120
|
...more
|
|
@@ -122,7 +123,7 @@ export const apiFetchHelper = async (state, onUpdateStatus, onUpdateOptions, onU
|
|
|
122
123
|
...state().options,
|
|
123
124
|
...more,
|
|
124
125
|
currentPageCount: state().items?.length || 0,
|
|
125
|
-
currentPage:
|
|
126
|
+
currentPage: page2,
|
|
126
127
|
totalCount: total,
|
|
127
128
|
limit: limit2,
|
|
128
129
|
search: query,
|