Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
urmikgov committed Mar 5, 2024
1 parent 11386fe commit cf14500
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ <h5>Government Parcel Contact</h5>
<div>{{ owner.phoneNumber }}</div>
<div>{{ owner.email }}</div>
<div>
<a *ngIf="owner.corporateSummary" (click)="openFile(owner.corporateSummary)">{{
<a *ngIf="owner.corporateSummary" (click)="onOpenFile(owner.corporateSummary)">{{
owner.corporateSummary.fileName
}}</a>
<app-no-data *ngIf="!owner.corporateSummary"></app-no-data>
Expand Down

0 comments on commit cf14500

Please sign in to comment.