fix(ui): increase limit to retrieve more than 10 scan list (#7865)

This commit is contained in:
sumit-tft
2025-05-29 11:22:36 +05:30
committed by GitHub
parent 12987ec9f9
commit 48c9ed8a79
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -14,6 +14,9 @@ All notable changes to the **Prowler UI** are documented in this file.
- Missing KISA and ProwlerThreat icons added to the compliance page. [(#7860)(https://github.com/prowler-cloud/prowler/pull/7860)]
- Improve CustomDropdownFilter component. [(#7868)(https://github.com/prowler-cloud/prowler/pull/7868)]
### 🐞 Fixes
- Retrieve more than 10 scans in /compliance page. [(#7865)](https://github.com/prowler-cloud/prowler/pull/7865)
---
## [v1.7.1] (Prowler v5.7.1)
+1
View File
@@ -33,6 +33,7 @@ export default async function Compliance({
filters: {
"filter[state]": "completed",
},
pageSize: 50,
});
if (!scansData?.data) {