Skip to content

Commit

Permalink
Merge branch 'interface-rewrite' of https://github.com/KelvinTegelaar…
Browse files Browse the repository at this point in the history
…/CIPP into interface-rewrite
  • Loading branch information
KelvinTegelaar committed Jan 6, 2025
2 parents db2abdb + 238d8ef commit c560b67
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 c560b67

Please sign in to comment.