Skip to content

Commit 09ba172

Browse files
sverasivaschenko
andauthored
Update app/code/Magento/Ui/view/base/web/js/modal/modal-component.js
Co-authored-by: Sergii Ivashchenko <serg.ivashchenko@gmail.com>
1 parent 1697149 commit 09ba172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Ui/view/base/web/js/modal/modal-component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ define([
234234
}
235235

236236
if (typeof elem.validate === 'function') {
237-
this.valid &= this.valid & elem.validate().valid;
237+
this.valid &= elem.validate().valid;
238238
} else if (elem.elems) {
239239
elem.elems().forEach(this.validate, this);
240240
}

0 commit comments

Comments
 (0)