From a80ef4477cb6b86358f86ec18f28b63a86b60b98 Mon Sep 17 00:00:00 2001 From: enlineawork Date: Thu, 10 Sep 2026 20:19:28 -0300 Subject: [PATCH] feat: show provisional Acta PDF projection --- web-v2/src/pages/InspectionActEditorPage.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web-v2/src/pages/InspectionActEditorPage.tsx b/web-v2/src/pages/InspectionActEditorPage.tsx index d9199fa..a01e830 100644 --- a/web-v2/src/pages/InspectionActEditorPage.tsx +++ b/web-v2/src/pages/InspectionActEditorPage.tsx @@ -1,5 +1,6 @@ import { useEffect, useState } from 'react'; import { Link, useParams } from 'react-router'; +import { DocumentPdfProjection } from '../components/DocumentPdfProjection'; import { Alert, LoadingBlock, errorMessage } from '../components/Feedback'; import { Icon } from '../components/Icon'; import { @@ -70,6 +71,7 @@ export function InspectionActEditorPage() {
{act.assets.map((asset) =>
{asset.name}{asset.code} ยท {asset.typeName}
)}
} + {act && } {act && } {act && }