impaktapps-ui-builder 1.0.425 → 1.0.426
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.
|
@@ -10942,7 +10942,7 @@ var service = (funcParams) => {
|
|
|
10942
10942
|
const apiBody = [
|
|
10943
10943
|
{ key: "searchValue", value: param.serachValue },
|
|
10944
10944
|
{ key: "currentValue", value: param.currentValue },
|
|
10945
|
-
{ key: "
|
|
10945
|
+
{ key: "currentItemCount", value: param.currentItemCount },
|
|
10946
10946
|
{ key: "limit", value: param.limit }
|
|
10947
10947
|
];
|
|
10948
10948
|
const response = await this.callExecuteEvents(param, apiBody, "onLoad");
|