pull/1196/head^2
mertsincan 2021-05-10 14:47:40 +03:00
parent 15a3148fef
commit 843742cdaa
1 changed files with 1 additions and 1 deletions

View File

@ -1659,7 +1659,7 @@ export default {
}
children.forEach(child => {
if (child.dynamicChildren && child.dynamicChildren.length)
if (child.dynamicChildren && child.children instanceof Array)
cols = [...cols, ...child.children];
else if (child.type.name === 'column')
cols.push(child);