placementt-core 1.400.825 → 1.400.827

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/lib/hooks.js CHANGED
@@ -970,6 +970,7 @@ function useProviderContactPaginator({ data, institute, user, event, view, initi
970
970
  }
971
971
  return [k, v];
972
972
  };
973
+ console.log("Query", JSON.stringify(query));
973
974
  const { tableData, pageUp, pageDown, setFilters, page, setView, loading, updateSearch, updateSort, sort } = useDataViewerPaginator({ view, filters, sorts, queryLimit: 10, data: query, initialSearch, initialSort, additionalEntryProcessing: getAdditionalData, onSearch: async (s, sort, data, page, filters, limit) => await algoliaProviderContactSearch(data !== null && data !== void 0 ? data : null, user, s, sort, page, filters, limit) });
974
975
  (0, react_1.useEffect)(() => {
975
976
  if (eventId && (event === null || event === void 0 ? void 0 : event.oId)) {