diff --git a/src/process/__tests__/process.test.ts b/src/process/__tests__/process.test.ts index 534c4b2a..494f2b82 100644 --- a/src/process/__tests__/process.test.ts +++ b/src/process/__tests__/process.test.ts @@ -876,6 +876,7 @@ describe('Process Tests', function () { radio1: 'rb', }, ], + editGrid: [{ dateTime: '2024-03-14T17:00:00.000Z' }], }, _id: '65ea36dd705068f84a93c9c3', _fvid: 1, diff --git a/src/utils/formUtil/eachComponentData.ts b/src/utils/formUtil/eachComponentData.ts index 54aa7d5f..3eb68369 100644 --- a/src/utils/formUtil/eachComponentData.ts +++ b/src/utils/formUtil/eachComponentData.ts @@ -84,6 +84,9 @@ export const eachComponentData = ( ); } } + else { + eachComponentData(component.components, data, fn, includeAll, local, component, compPaths); + } resetComponentScope(component); return true; } else {