Skip to content

Commit 66a76f3

Browse files
committed
Fix argument name
1 parent 3165046 commit 66a76f3

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\Address</argument>
24+
<argument name="viewModel" xsi:type="object">Magento\Customer\ViewModel\Address</argument>
2525
</arguments>
2626
</block>
2727
</referenceContainer>

0 commit comments

Comments
 (0)