mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-01-25 02:08:11 +00:00
fix(scan_id): Read the ID from the Scan object (#7324)
This commit is contained in:
@@ -89,7 +89,7 @@ export const ScanDetail = ({
|
||||
|
||||
<InfoField label="Scan ID" variant="simple">
|
||||
<Snippet className="bg-gray-50 py-1 dark:bg-slate-800" hideSymbol>
|
||||
{renderValue(taskDetails?.attributes.task_args.scan_id)}
|
||||
{scanDetails.id}
|
||||
</Snippet>
|
||||
</InfoField>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user