impaktapps-ui-builder 1.0.448 → 1.0.449

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.
@@ -10973,8 +10973,7 @@ var service = (funcParams) => {
10973
10973
  { key: "filters", value: paginationValues.tableColumnConfig || [] },
10974
10974
  { key: "globalFilter", value: (_a = paginationValues.globalFilter) != null ? _a : "" },
10975
10975
  { key: "expandedRowIds", value: (_b = paginationValues.expandedRowIds) != null ? _b : [] },
10976
- { key: "parentId", value: paginationValues.parentId },
10977
- { key: "startIndex", value: paginationValues.startIndex }
10976
+ { key: "parentId", value: paginationValues.parentId }
10978
10977
  ];
10979
10978
  const response = await this.callExecuteEvents(paginationValues, apiBody, "onLoad");
10980
10979
  return response == null ? void 0 : response.data;