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 0edeb06 commit fb208a8Copy full SHA for fb208a8
app/code/Magento/Customer/view/frontend/templates/address/edit.phtml
@@ -207,8 +207,7 @@
207
},
208
"#country": {
209
"regionUpdater": {
210
- "optionalRegionAllowed":
211
- <?= /* @noEscape */ $_displayAll ? 'true' : 'false' ?>,
+ "optionalRegionAllowed": <?= /* @noEscape */ $_displayAll ? 'true' : 'false' ?>,
212
"regionListId": "#region_id",
213
"regionInputId": "#region",
214
"postcodeId": "#zip",
0 commit comments