@addsign/moje-agenda-shared-lib 0.0.89 → 0.0.90

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.
@@ -21725,6 +21725,8 @@ function DataTableServer({
21725
21725
  "color: #007acc;",
21726
21726
  currentPage
21727
21727
  );
21728
+ if (currentPage === void 0)
21729
+ return;
21728
21730
  setIsLoading(true);
21729
21731
  federationContext.apiClient.get(url, {
21730
21732
  params: {
@@ -21953,6 +21955,11 @@ function DataTableServer({
21953
21955
  handleErrors,
21954
21956
  columns
21955
21957
  ]);
21958
+ console.log(
21959
+ "%clibcomponentsdatatableDataTableServer.tsx:392 data",
21960
+ "color: #007acc;",
21961
+ data
21962
+ );
21956
21963
  return /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsxs(
21957
21964
  "div",
21958
21965
  {