From 6e56d3862d3b5dc75ceb8c9f4acf73a2e55f181d Mon Sep 17 00:00:00 2001 From: Prowler Bot Date: Thu, 20 Mar 2025 10:37:57 +0100 Subject: [PATCH] fix(scan_id): Read the ID from the Scan object (#7326) Co-authored-by: Pepe Fagoaga --- ui/components/scans/table/scan-detail.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/components/scans/table/scan-detail.tsx b/ui/components/scans/table/scan-detail.tsx index 2db2bb20fc..f45662b9db 100644 --- a/ui/components/scans/table/scan-detail.tsx +++ b/ui/components/scans/table/scan-detail.tsx @@ -89,7 +89,7 @@ export const ScanDetail = ({ - {renderValue(taskDetails?.attributes.task_args.scan_id)} + {scanDetails.id}