Skip to content

Commit 0acab42

Browse files
MAGETWO-62728: My Wishlist - quantity input box issue
- Fix static tests
1 parent 770e0f8 commit 0acab42

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Wishlist/view/frontend/web/js/add-to-wishlist.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ define([
188188
/**
189189
* Bind form submit.
190190
*
191-
* @param {boolean} isFileUploaded
191+
* @param {Boolean} isFileUploaded
192192
*/
193193
bindFormSubmit: function (isFileUploaded) {
194194
var self = this;
@@ -199,6 +199,7 @@ define([
199199
if (!$($(self.options.qtyInfo).closest('form')).valid()) {
200200
event.stopPropagation();
201201
event.preventDefault();
202+
202203
return;
203204
}
204205

0 commit comments

Comments
 (0)