diff --git a/ui/CHANGELOG.md b/ui/CHANGELOG.md index 807f80dc3c..29ce40923c 100644 --- a/ui/CHANGELOG.md +++ b/ui/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to the **Prowler UI** are documented in this file. +## [1.12.2] (Prowler v5.12.3) + +### 🐞 Fixed + +- Disable "See Findings" button until scan completes [(#8762)](https://github.com/prowler-cloud/prowler/pull/8762) + +--- + ## [1.12.2] (Prowler v5.12.2) ### 🐞 Fixed diff --git a/ui/components/scans/table/scans/column-get-scans.tsx b/ui/components/scans/table/scans/column-get-scans.tsx index 310e1c3815..79eae9dc74 100644 --- a/ui/components/scans/table/scans/column-get-scans.tsx +++ b/ui/components/scans/table/scans/column-get-scans.tsx @@ -108,7 +108,7 @@ export const ColumnGetScans: ColumnDef[] = [ return ( );