diff --git a/ui/CHANGELOG.md b/ui/CHANGELOG.md index 4d5dd03148..dddb9a555a 100644 --- a/ui/CHANGELOG.md +++ b/ui/CHANGELOG.md @@ -8,6 +8,7 @@ All notable changes to the **Prowler UI** are documented in this file. - Fix sync between filter buttons and URL when filters change. [(#7928)](https://github.com/prowler-cloud/prowler/pull/7928) - Improve heatmap perfomance. [(#7934)](https://github.com/prowler-cloud/prowler/pull/7934) +- SelectScanProvider warning fixed with empty alias. [(#7998)](https://github.com/prowler-cloud/prowler/pull/7998) ### 🚀 Added diff --git a/ui/components/scans/launch-workflow/select-scan-provider.tsx b/ui/components/scans/launch-workflow/select-scan-provider.tsx index 490d3a05f2..10a21d2b10 100644 --- a/ui/components/scans/launch-workflow/select-scan-provider.tsx +++ b/ui/components/scans/launch-workflow/select-scan-provider.tsx @@ -80,8 +80,8 @@ export const SelectScanProvider = < {providers.map((item) => (