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 d89cbf3 commit 9144a57Copy full SHA for 9144a57
app/code/Magento/Ui/view/base/web/js/form/components/fieldset.js
@@ -179,7 +179,7 @@ define([
179
hasErrors = container.elems.some('error');
180
181
if (hasErrors === false && container.hasOwnProperty('_elems')) {
182
- container._elems.each(function (child) {
+ container._elems.forEach(function (child) {
183
184
if (hasErrors === false) {
185
hasErrors = self._isChildrenHasErrors(hasErrors, child);
0 commit comments