From 1f689ae62a8617eb2d9b5807d4ac3023785ee9c3 Mon Sep 17 00:00:00 2001 From: anishfyle Date: Fri, 31 May 2024 13:37:30 +0530 Subject: [PATCH] Clear Icon for Payment Sync --- .../qbo-advanced-settings/qbo-advanced-settings.component.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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">