Skip to content

Commit

Permalink
Merge pull request #3032 from Ren-Roros-Digital/riskdetections
Browse files Browse the repository at this point in the history
fix: add missing apiDataKey to Risk Detections
  • Loading branch information
KelvinTegelaar authored Jan 6, 2025
2 parents e07b5a0 + 777d7c4 commit 238d8ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/identity/reports/risk-detections/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ const Page = () => {
Endpoint: "identityProtection/riskDetections",
manualPagination: true,
$count: true,
NoPagination: true,
$top: 999,
$top: 500,
}}
apiDataKey="Results"
actions={actions}
offCanvas={offCanvas}
simpleColumns={simpleColumns}
Expand Down

0 comments on commit 238d8ef

Please sign in to comment.