diff --git a/src/utils/formUtil.ts b/src/utils/formUtil.ts index 8f04a896..7ccf4eac 100644 --- a/src/utils/formUtil.ts +++ b/src/utils/formUtil.ts @@ -284,7 +284,6 @@ export const eachComponentData = ( index?: number, parent?: Component, includeAll: boolean = false - // pass flag to include components that do not have associated data ) => { if (!components || !data) { return;