Skip to content

Commit c3144d4

Browse files
committed
#10789: enable universal use of modal and tab_group
- Coding style updated
1 parent 4d111d2 commit c3144d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ define([
232232
if (typeof elem === 'undefined') {
233233
return;
234234
}
235+
235236
if (typeof elem.validate === 'function') {
236237
this.valid = this.valid & elem.validate().valid;
237238
} else if (elem.elems) {

0 commit comments

Comments
 (0)