diff --git a/apps/console/src/pages/organizations/findings/FindingsPage.tsx b/apps/console/src/pages/organizations/findings/FindingsPage.tsx index 784a92d90..2ff53a292 100644 --- a/apps/console/src/pages/organizations/findings/FindingsPage.tsx +++ b/apps/console/src/pages/organizations/findings/FindingsPage.tsx @@ -104,7 +104,7 @@ const findingsPageFragment = graphql` fragment FindingsPageFragment on Organization @refetchable(queryName: "FindingsPageRefetchQuery") @argumentDefinitions( - first: { type: "Int", defaultValue: 10 } + first: { type: "Int", defaultValue: 500 } after: { type: "CursorKey" } snapshotId: { type: "ID", defaultValue: null } kind: { type: "FindingKind", defaultValue: null } diff --git a/apps/console/src/pages/organizations/obligations/ObligationsPage.tsx b/apps/console/src/pages/organizations/obligations/ObligationsPage.tsx index 6508d0793..ce6efdec4 100644 --- a/apps/console/src/pages/organizations/obligations/ObligationsPage.tsx +++ b/apps/console/src/pages/organizations/obligations/ObligationsPage.tsx @@ -60,7 +60,7 @@ const obligationsPageFragment = graphql` fragment ObligationsPageFragment on Organization @refetchable(queryName: "ObligationsPageRefetchQuery") @argumentDefinitions( - first: { type: "Int", defaultValue: 10 } + first: { type: "Int", defaultValue: 500 } after: { type: "CursorKey" } snapshotId: { type: "ID", defaultValue: null } ) {