mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-21 07:10:33 +00:00
Fix: Shipping Address in CustomerAddresaTabs.
This commit is contained in:
@@ -159,7 +159,7 @@ const CustomerBillingAddress = ({}) => {
|
|||||||
inline={true}
|
inline={true}
|
||||||
helperText={<ErrorMessage name="shipping_address_2" />}
|
helperText={<ErrorMessage name="shipping_address_2" />}
|
||||||
>
|
>
|
||||||
<InputGroup {...field} />
|
<TextArea {...field} />
|
||||||
</FormGroup>
|
</FormGroup>
|
||||||
)}
|
)}
|
||||||
</FastField>
|
</FastField>
|
||||||
|
|||||||
Reference in New Issue
Block a user