fix: Multi-lines transactions statements

This commit is contained in:
Ahmed Bouhuolia
2024-08-12 16:31:36 +02:00
parent 82f8648c59
commit 14d1f0bd1d
22 changed files with 96 additions and 23 deletions

View File

@@ -15,6 +15,8 @@ export function VendorCreditNoteFormFooterLeft() {
<FEditableText
name={'note'}
placeholder={intl.get('vendor_credit_form.note.placeholder')}
multiline
fastField
/>
</TermsConditsFormGroup>
</React.Fragment>