Skip to content

Commit ffba6aa

Browse files
author
Oleksandr Dubovyk
committed
MC-38576 Apply default quantity for Bundle product options when there is large amount of options
- fixed static test fail
1 parent 94d21ef commit ffba6aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Bundle/view/adminhtml/web/js/components/bundle-option-qty.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ define([
2121
*
2222
* @inheritdoc
2323
*/
24-
setInitialValue:function () {
24+
setInitialValue: function () {
2525
this.initialValue = this.getInitialValue();
2626
if (this.initialValue === undefined || this.initialValue === '') {
2727
this.initialValue = 1;

0 commit comments

Comments
 (0)