Skip to content

Commit afa38f4

Browse files
Fix XML validation value type of post-code to "boolean"
1 parent a5fa3af commit afa38f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Checkout/view/frontend/layout/checkout_index_index.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@
209209
<!-- post-code field has custom UI component -->
210210
<item name="component" xsi:type="string">Magento_Ui/js/form/element/post-code</item>
211211
<item name="validation" xsi:type="array">
212-
<item name="required-entry" xsi:type="string">true</item>
212+
<item name="required-entry" xsi:type="boolean">true</item>
213213
</item>
214214
</item>
215215
<item name="company" xsi:type="array">

0 commit comments

Comments
 (0)