Skip to content

Commit

Permalink
Add thermal image to supported inspection types
Browse files Browse the repository at this point in the history
  • Loading branch information
mrica-equinor committed Feb 12, 2025
1 parent 3cf832b commit 75e44b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/models/Inspection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export enum InspectionType {
Audio = 'Audio',
}

export const ValidInspectionReportInspectionTypes: InspectionType[] = [InspectionType.Image]
export const ValidInspectionReportInspectionTypes: InspectionType[] = [InspectionType.Image, InspectionType.ThermalImage]

export interface IdaInspectionVisualizationReady {
inspectionId: string
Expand Down

0 comments on commit 75e44b6

Please sign in to comment.