mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
fix: Multi-lines transactions statements
This commit is contained in:
@@ -16,6 +16,8 @@ export function EstimateFormFooterLeft() {
|
||||
<FEditableText
|
||||
name={'note'}
|
||||
placeholder={intl.get('estimate_form.customer_note.placeholder')}
|
||||
multiline
|
||||
fastField
|
||||
/>
|
||||
</EstimateMsgFormGroup>
|
||||
|
||||
@@ -26,7 +28,11 @@ export function EstimateFormFooterLeft() {
|
||||
>
|
||||
<FEditableText
|
||||
name={'terms_conditions'}
|
||||
placeholder={intl.get('estimate_form.terms_and_conditions.placeholder')}
|
||||
placeholder={intl.get(
|
||||
'estimate_form.terms_and_conditions.placeholder',
|
||||
)}
|
||||
multiline
|
||||
fastField
|
||||
/>
|
||||
</TermsConditsFormGroup>
|
||||
</React.Fragment>
|
||||
|
||||
Reference in New Issue
Block a user