Add this to show what I’m trying to access

This commit is contained in:
Kristina Durivage
2025-11-25 19:56:03 -06:00
parent 7a7b529e81
commit ccd9d18e40
@@ -17,6 +17,8 @@ export default function CorrelationsPageWrapper() {
: [];
};
console.log(currentData?.metadata.remainingItemCount);
// we cant do a straight refetch, we have to pass in new pages if necessary
const enhRefetch = (params: GetCorrelationsParams): Promise<CorrelationsData> => {
return new Promise(() => enrichedCorrelations(currentData));