Skip to content

Commit d61764f

Browse files
committed
Add missing view modelm to prevent exception of multishipping
1 parent 4ba9113 commit d61764f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Multishipping/view/frontend/layout/multishipping_checkout_customer_address.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<arguments>
1414
<argument name="attribute_data" xsi:type="object">Magento\Customer\Block\DataProviders\AddressAttributeData</argument>
1515
<argument name="post_code_config" xsi:type="object">Magento\Customer\Block\DataProviders\PostCodesPatternsAttributeData</argument>
16+
<argument name="view_model" xsi:type="object">Magento\Customer\ViewModel\Address</argument>
1617
</arguments>
1718
</block>
1819
</referenceContainer>

0 commit comments

Comments
 (0)