Skip to content

Commit

Permalink
Clarify result
Browse files Browse the repository at this point in the history
  • Loading branch information
trslater committed Nov 12, 2024
1 parent b2665b3 commit e1b655d
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 res = await this.attachFile(file, DOCUMENT_TYPE.BUILDING_PLAN);
this.showBuildingPlanVirus = !res;
const hasVirus = await this.attachFile(file, DOCUMENT_TYPE.BUILDING_PLAN);
this.showBuildingPlanVirus = !hasVirus;
}

prepareStructureSpecificTextInputs() {
Expand Down

0 comments on commit e1b655d

Please sign in to comment.