Skip to content

Commit fb208a8

Browse files
committed
Fix JavaScript config
1 parent 0edeb06 commit fb208a8

File tree

1 file changed

+1
-2
lines changed
  • app/code/Magento/Customer/view/frontend/templates/address

1 file changed

+1
-2
lines changed

app/code/Magento/Customer/view/frontend/templates/address/edit.phtml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,7 @@
207207
},
208208
"#country": {
209209
"regionUpdater": {
210-
"optionalRegionAllowed":
211-
<?= /* @noEscape */ $_displayAll ? 'true' : 'false' ?>,
210+
"optionalRegionAllowed": <?= /* @noEscape */ $_displayAll ? 'true' : 'false' ?>,
212211
"regionListId": "#region_id",
213212
"regionInputId": "#region",
214213
"postcodeId": "#zip",

0 commit comments

Comments
 (0)