Skip to content

Commit

Permalink
Fix wording of clarified result
Browse files Browse the repository at this point in the history
  • Loading branch information
trslater committed Nov 12, 2024
1 parent e1b655d commit f628e1d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@ export class AdditionalInformationComponent extends FilesStepComponent implement
}

async attachBuildingPlan(file: FileHandle) {
const hasVirus = await this.attachFile(file, DOCUMENT_TYPE.BUILDING_PLAN);
this.showBuildingPlanVirus = !hasVirus;
const attachmentSucceeded = await this.attachFile(file, DOCUMENT_TYPE.BUILDING_PLAN);
this.showBuildingPlanVirus = !attachmentSucceeded;
}

prepareStructureSpecificTextInputs() {
Expand Down

0 comments on commit f628e1d

Please sign in to comment.