Skip to content

Commit

Permalink
Merge pull request #43973 from truph01/fix/43730
Browse files Browse the repository at this point in the history
Fix: Vendor toggle style
  • Loading branch information
techievivek authored Jun 20, 2024
2 parents 29e4c54 + e769861 commit 7561439
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ function QuickbooksCompanyCardExpenseAccountPage({policy}: WithPolicyConnections
{nonReimbursableExpensesExportDestination === CONST.QUICKBOOKS_NON_REIMBURSABLE_EXPORT_ACCOUNT_TYPE.VENDOR_BILL && (
<>
<ToggleSettingOptionRow
shouldPlaceSubtitleBelowSwitch
subtitle={translate('workspace.qbo.defaultVendorDescription')}
switchAccessibilityLabel={translate('workspace.qbo.defaultVendorDescription')}
errors={errorFields?.autoCreateVendor ?? undefined}
Expand Down

0 comments on commit 7561439

Please sign in to comment.