mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
fix: Multi-lines transactions statements
This commit is contained in:
@@ -15,6 +15,8 @@ export function InvoiceFormFooterLeft() {
|
||||
<FEditableText
|
||||
name={'invoice_message'}
|
||||
placeholder={intl.get('invoice_form.invoice_message.placeholder')}
|
||||
fastField
|
||||
multiline
|
||||
/>
|
||||
</InvoiceMsgFormGroup>
|
||||
|
||||
@@ -28,6 +30,8 @@ export function InvoiceFormFooterLeft() {
|
||||
placeholder={intl.get(
|
||||
'invoice_form.terms_and_conditions.placeholder',
|
||||
)}
|
||||
multiline
|
||||
fastField
|
||||
/>
|
||||
</TermsConditsFormGroup>
|
||||
</React.Fragment>
|
||||
|
||||
Reference in New Issue
Block a user