impaktapps-ui-builder 1.0.45 → 1.0.46

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.
@@ -12370,7 +12370,7 @@ function buildRule(configObj, tableName, arrayHolderName) {
12370
12370
  const buildSchema = (config2, tableName, isArrayType) => {
12371
12371
  buildRule(config2, tableName, isArrayType);
12372
12372
  if (config2 == null ? void 0 : config2.elements) {
12373
- if (config2.type == "Table" || config2.type == "Array") {
12373
+ if (config2.type == "Array") {
12374
12374
  if (!schema.properties[config2.name]) {
12375
12375
  schema.properties[config2.name] = {
12376
12376
  type: "array",