Fix: Shipping Address in CustomerAddresaTabs.

This commit is contained in:
elforjani3
2020-11-22 17:16:06 +02:00
parent bd3c539f9e
commit 70f4b656d8

View File

@@ -159,7 +159,7 @@ const CustomerBillingAddress = ({}) => {
inline={true}
helperText={<ErrorMessage name="shipping_address_2" />}
>
<InputGroup {...field} />
<TextArea {...field} />
</FormGroup>
)}
</FastField>