Skip to content

Commit

Permalink
FIO-9508: Fix vm tests failing
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekotikov committed Dec 27, 2024
1 parent aa0336d commit 3a09e57
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/utils/formUtil/eachComponentData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ export const eachComponentData = (
);
}
}
else {
eachComponentData(component.components, data, fn, includeAll, local, component, compPaths);
}
resetComponentScope(component);
return true;
} else {
Expand Down

0 comments on commit 3a09e57

Please sign in to comment.