From ccd9d18e40bc6cd2bc17d852682520ed41153a0f Mon Sep 17 00:00:00 2001 From: Kristina Durivage Date: Tue, 25 Nov 2025 19:56:03 -0600 Subject: [PATCH] =?UTF-8?q?Add=20this=20to=20show=20what=20I=E2=80=99m=20t?= =?UTF-8?q?rying=20to=20access?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/app/features/correlations/CorrelationsPageWrapper.tsx | 2 ++ 1 file changed, 2 insertions(+) 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));