From 3c94d3a56fe45686652851950975e7e0fbeeb4f5 Mon Sep 17 00:00:00 2001 From: sumit-tft <70506234+sumit-tft@users.noreply.github.com> Date: Mon, 11 Aug 2025 14:07:35 +0530 Subject: [PATCH] fix(ui): disable See Compliance button until scan completes (#8487) Co-authored-by: Pablo Lara --- ui/CHANGELOG.md | 2 ++ ui/components/scans/table/scans/column-get-scans.tsx | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ui/CHANGELOG.md b/ui/CHANGELOG.md index a067e0ecab..23d7bd0f29 100644 --- a/ui/CHANGELOG.md +++ b/ui/CHANGELOG.md @@ -11,6 +11,8 @@ All notable changes to the **Prowler UI** are documented in this file. ### 🔄 Changed +- Disable `See Compliance` button until scan completes [(#8487)](https://github.com/prowler-cloud/prowler/pull/8487) + ### 🐞 Fixed ### ❌ Removed diff --git a/ui/components/scans/table/scans/column-get-scans.tsx b/ui/components/scans/table/scans/column-get-scans.tsx index f0b832e5d1..8a6b3fb8c6 100644 --- a/ui/components/scans/table/scans/column-get-scans.tsx +++ b/ui/components/scans/table/scans/column-get-scans.tsx @@ -123,7 +123,7 @@ export const ColumnGetScans: ColumnDef[] = [ return ( );