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 770e0f8 commit 0acab42Copy full SHA for 0acab42
app/code/Magento/Wishlist/view/frontend/web/js/add-to-wishlist.js
@@ -188,7 +188,7 @@ define([
188
/**
189
* Bind form submit.
190
*
191
- * @param {boolean} isFileUploaded
+ * @param {Boolean} isFileUploaded
192
*/
193
bindFormSubmit: function (isFileUploaded) {
194
var self = this;
@@ -199,6 +199,7 @@ define([
199
if (!$($(self.options.qtyInfo).closest('form')).valid()) {
200
event.stopPropagation();
201
event.preventDefault();
202
+
203
return;
204
}
205
0 commit comments