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.
1 parent 09b41ae commit c06db23Copy full SHA for c06db23
app/code/Magento/Bundle/view/adminhtml/web/js/components/bundle-option-qty.js
@@ -22,6 +22,7 @@ define([
22
*/
23
setInitialValue: function () {
24
this.initialValue = this.getInitialValue();
25
+
26
if (this.initialValue === undefined || this.initialValue === '') {
27
this.initialValue = 1;
28
}
@@ -32,6 +33,7 @@ define([
32
33
34
this.on('value', this.onUpdate.bind(this));
35
this.isUseDefault(this.disabled());
36
37
return this;
38
},
39
0 commit comments