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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impaktapps-ui-builder",
3
- "version": "1.0.45",
3
+ "version": "1.0.46",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -141,7 +141,7 @@ function buildRule(configObj: any, tableName?: string, arrayHolderName?: boolean
141
141
  export const buildSchema = (config: any, tableName?: string, isArrayType?: boolean) => {
142
142
  buildRule(config, tableName, isArrayType);
143
143
  if (config?.elements) {
144
- if (config.type == "Table" || config.type == "Array") {
144
+ if ( config.type == "Array") {
145
145
  if (!schema.properties[config.name]) {
146
146
  schema.properties[config.name] = {
147
147
  type: "array",