Skip to content
Snippets Groups Projects
Verified Commit f202101f authored by Alex ORLUC's avatar Alex ORLUC
Browse files

fix contact display attach list

parent 9fc6a1de
No related branches found
No related tags found
No related merge requests found
...@@ -94,7 +94,7 @@ ...@@ -94,7 +94,7 @@
disabled> disabled>
</mat-form-field> </mat-form-field>
</div> </div>
<div class="col-md-12" *ngIf="attachment.contact != null || attachment.contact != ''"> <div class="col-md-12" *ngIf="attachment.contact != null && attachment.contact != ''">
<mat-form-field> <mat-form-field>
<input matInput [value]="attachment.contact" title="{{attachment.contact}}" <input matInput [value]="attachment.contact" title="{{attachment.contact}}"
placeholder="{{lang.forCapital}}" disabled> placeholder="{{lang.forCapital}}" disabled>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment