Skip to content

Commit 62f93ea

Browse files
committed
ACP2E-891: Edit cart line item configurable product failed to Pre-select Production Option in 2.4.4
- Fixed the issue.
1 parent 5ab2114 commit 62f93ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Swatches/view/frontend/web/js/configurable-customer-data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require([
88
formSelector: '#product_addtocart_form',
99
swatchSelector: '.swatch-opt'
1010
},
11-
swatchWidgetName = 'mageSwatchRenderer',
11+
swatchWidgetName = 'mage-SwatchRenderer',
1212
widgetInitEvent = 'swatch.initialized',
1313

1414
/**

0 commit comments

Comments
 (0)