Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
Update select.component.html (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
anishfyle authored Jan 8, 2024
1 parent c9a1886 commit 5c9e526
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/shared/components/core/select/select.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
class="select-field--preview-text sub-text-color">
<p *ngIf="formControllerName === 'reimbursableExportType' && !exportType ">Click <span
class="select-field--preview-btn pointer"
(click)="showQboExportPreview(form.value.reimbursableExportType, null)">here</span> to Preivew on how
(click)="showQboExportPreview(form.value.reimbursableExportType, null)">here</span> to Preview on how
it
looks on QuickBooks</p>
<p *ngIf="formControllerName === 'creditCardExportType' && !exportType || qboAttributes ">Click <span
class="select-field--preview-btn pointer"
(click)="showQboExportPreview(null, form.value.creditCardExportType)">here</span> to Preivew on how it
(click)="showQboExportPreview(null, form.value.creditCardExportType)">here</span> to Preview on how it
looks on QuickBooks</p>
</div>

Expand Down

0 comments on commit 5c9e526

Please sign in to comment.