Skip to content

Commit 2c62dab

Browse files
SarmisthaSarmistha
authored andcommitted
ACP2E-2404: [Magento Cloud] Bug of product custom option validation in product view page
1 parent 31d4b16 commit 2c62dab

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Catalog/view/frontend/web/product/view

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/view/frontend/web/product/view/validation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ define([
1212

1313
$.widget('mage.validation', $.mage.validation, {
1414
options: {
15-
radioCheckboxClosest: 'ul, ol',
15+
radioCheckboxClosest: 'ul, ol'
1616
},
1717

1818
/**

0 commit comments

Comments
 (0)