impaktapps-ui-builder 1.0.56 → 1.0.57
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.
|
@@ -12430,7 +12430,7 @@ const buildSchema = (config2, tableName, isArrayType) => {
|
|
|
12430
12430
|
});
|
|
12431
12431
|
} else {
|
|
12432
12432
|
config2.elements.map((e, elemInd) => {
|
|
12433
|
-
buildSchema(e
|
|
12433
|
+
buildSchema(e);
|
|
12434
12434
|
});
|
|
12435
12435
|
}
|
|
12436
12436
|
}
|