diff --git a/src/app/integrations/qbo/qbo-shared/qbo-advanced-settings/qbo-advanced-settings.component.html b/src/app/integrations/qbo/qbo-shared/qbo-advanced-settings/qbo-advanced-settings.component.html index aa281d165..ee79cf9b1 100644 --- a/src/app/integrations/qbo/qbo-shared/qbo-advanced-settings/qbo-advanced-settings.component.html +++ b/src/app/integrations/qbo/qbo-shared/qbo-advanced-settings/qbo-advanced-settings.component.html @@ -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">