impaktapps-ui-builder 1.0.64-alpha.101 → 1.0.64-alpha.102
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -12613,7 +12613,7 @@ const buildUiSchema = (config2, store2) => {
|
|
|
12613
12613
|
}
|
|
12614
12614
|
const tableElem = {
|
|
12615
12615
|
widget: buildUiSchema(cellElem, store2),
|
|
12616
|
-
elements: cellElem.type == "ColumnGroup" ? cellElem.elements
|
|
12616
|
+
elements: cellElem.type == "ColumnGroup" ? cellElem.elements : [],
|
|
12617
12617
|
...commonProperties
|
|
12618
12618
|
};
|
|
12619
12619
|
rowElements.push(tableElem);
|