Skip to content

Commit 33de32c

Browse files
ENGCOM-3344: fixed - Magento 2.2.6 Default values are not rendering on Wishlist product edit page #18967
- Merge Pull Request #18967 from webkul-ratnesh/magento2:issue-18555-2.2-dev - Merged commits: 1. 2bb0329
2 parents cfba0e1 + 2bb0329 commit 33de32c

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)