Skip to content

Commit 535b7c8

Browse files
committed
Fix class name
1 parent ff4ead5 commit 535b7c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Customer/view/frontend/layout/customer_address_form.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<arguments>
2222
<argument name="attribute_data" xsi:type="object">Magento\Customer\Block\DataProviders\AddressAttributeData</argument>
2323
<argument name="post_code_config" xsi:type="object">Magento\Customer\Block\DataProviders\PostCodesPatternsAttributeData</argument>
24-
<argument name="view_model" xsi:type="object">Magento\Customer\ViewModel\Data</argument>
24+
<argument name="view_model" xsi:type="object">Magento\Customer\ViewModel\Address</argument>
2525
</arguments>
2626
</block>
2727
</referenceContainer>

0 commit comments

Comments
 (0)