Refactor #719
parent
15a3148fef
commit
843742cdaa
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue