Skip to content

Commit 3e504af

Browse files
author
Stanislav Idolov
authored
ENGCOM-3344: fixed - Magento 2.2.6 Default values are not rendering on Wishlist product edit page #18967
2 parents 1cf0258 + 33de32c commit 3e504af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/ConfigurableProduct/view/frontend/web/js/options-updater.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ define([
6161
this.setProductOptions(cartData());
6262
this.updateOptions();
6363
}.bind(this));
64+
this.updateOptions();
6465
},
6566

6667
/**

0 commit comments

Comments
 (0)