fix: close final F4 review gaps
This commit is contained in:
@@ -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`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user