From d393bc48a25d798e65c45c3fee018ecd2d2e0135 Mon Sep 17 00:00:00 2001 From: sumit-tft <70506234+sumit-tft@users.noreply.github.com> Date: Thu, 12 Jun 2025 13:32:20 +0530 Subject: [PATCH] fix(PRWLR-7380): button nesting hydration error (#7998) --- ui/CHANGELOG.md | 1 + ui/components/scans/launch-workflow/select-scan-provider.tsx | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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) => (