We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 070105e commit 6799f30Copy full SHA for 6799f30
app/code/Magento/Checkout/view/frontend/layout/checkout_onepage_index.xml
@@ -83,7 +83,7 @@
83
</item>
84
<!-- Value of region_id field is filtered by the value of county_id attribute -->
85
<item name="filterBy" xsi:type="array">
86
- <item name="target" xsi:type="string"><![CDATA[<%= provider %>:<%= parentScope %>.country_id]]></item>
+ <item name="target" xsi:type="string">${ $.provider }:${ $.parentScope }.country_id</item>
87
<item name="field" xsi:type="string">country_id</item>
88
89
0 commit comments