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 078c387 commit 76efd53Copy full SHA for 76efd53
app/code/Magento/Customer/view/frontend/web/js/block-submit-on-send.js
@@ -13,6 +13,7 @@ define([
13
var dataForm = $('#' + config.formId);
14
15
dataForm.on('submit', function () {
16
+ $('#'+ this.id + ' div.mage-error').remove();
17
$(this).find(':submit').attr('disabled', 'disabled');
18
19
if (this.isValid === false) {
0 commit comments