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.
2 parents 7e1209a + d81753d commit e6cfaa6Copy full SHA for e6cfaa6
app/code/Magento/Swatches/view/frontend/web/js/SwatchRenderer.js
@@ -484,7 +484,11 @@ define([
484
$label = $parent.find('.' + $widget.options.classes.attributeSelectedOptionLabelClass),
485
attributeId = $parent.attr('attribute-id'),
486
$input = $widget.productForm
487
- .find('.' + $widget.options.classes.attributeInput + '[name="super_attribute[' + attributeId + ']"]');
+ .find('.' +
488
+ $widget.options.classes.attributeInput +
489
+ '[name="super_attribute[' + attributeId +
490
+ ']"]'
491
+ );
492
493
if ($this.hasClass('disabled')) {
494
return;
0 commit comments