Skip to content

Commit

Permalink
Merge pull request #3272 from Ren-Roros-Digital/manualPaginationFixes
Browse files Browse the repository at this point in the history
fix: add missing manualPagination
  • Loading branch information
KelvinTegelaar authored Jan 16, 2025
2 parents 7c14d47 + d468293 commit 8ba2017
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ const Page = () => {
apiData={{
Endpoint: "deviceAppManagement/managedAppPolicies",
$orderby: "displayName",
manualPagination: true,
}}
apiDataKey="Results"
actions={actions}
Expand Down
1 change: 1 addition & 0 deletions src/pages/endpoint/MEM/list-compliance-policies/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ const Page = () => {
$orderby: "displayName",
$count: true,
$expand: "assignments",
manualPagination: true,
}}
actions={actions}
offCanvas={offCanvas}
Expand Down
1 change: 1 addition & 0 deletions src/pages/identity/reports/risk-detections/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ const Page = () => {
Endpoint: "identityProtection/riskDetections",
manualPagination: true,
$count: true,
$orderby: "detectedDateTime desc",
$top: 500,
}}
apiDataKey="Results"
Expand Down

0 comments on commit 8ba2017

Please sign in to comment.