diff --git a/public/app/features/correlations/CorrelationsPageWrapper.tsx b/public/app/features/correlations/CorrelationsPageWrapper.tsx index d6e9dbf8422..079dcd8554f 100644 --- a/public/app/features/correlations/CorrelationsPageWrapper.tsx +++ b/public/app/features/correlations/CorrelationsPageWrapper.tsx @@ -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 => { return new Promise(() => enrichedCorrelations(currentData));