Skip to content

Commit

Permalink
Clear Icon for Payment Sync
Browse files Browse the repository at this point in the history
  • Loading branch information
anishfyle committed May 31, 2024
1 parent 69a5376 commit 1f689ae
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@
[label]="brandingContent.paymentSyncLabel"
[subLabel]="'When expense is marked paid in ' + brandingConfig.brandName + ' the transaction in QuickBooks Online will be automatically be updated to Paid and vice versa.'"
[placeholder]="'Select how payments should be synced for reimbursable expenses'"
[formControllerName]="'paymentSync'">
[formControllerName]="'paymentSync'"
[showClearIcon]="true">
</app-configuration-select-field>

<app-configuration-select-field *ngIf="advancedSettingForm.value.paymentSync && advancedSettingForm.value.paymentSync === 'fyle_to_qbo'"
Expand Down

0 comments on commit 1f689ae

Please sign in to comment.