fix: close final F4 review gaps

This commit is contained in:
github-actions[bot]
2026-09-08 18:22:02 +00:00
parent 969ffddc76
commit 5dc7ea037d
9 changed files with 182 additions and 137 deletions
+4
View File
@@ -201,3 +201,7 @@ export function addInspectionReportFollowUp(
export function inspectionReportWordDownloadUrl(id: string) {
return `/api/v3/inspection-reports/${id}/word`;
}
export function inspectionReportGedoPdfDownloadUrl(id: string) {
return `/api/v3/inspection-reports/${id}/gedo-pdf`;
}