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 ( );