impaktapps-ui-builder 0.0.393-alpha.21 → 0.0.393-alpha.24
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.
|
@@ -10606,7 +10606,7 @@ function buildRule(configObj, tableName, arrayHolderName) {
|
|
|
10606
10606
|
}
|
|
10607
10607
|
}
|
|
10608
10608
|
}
|
|
10609
|
-
} else if ((configObj.type === "Select" || configObj.type === "MultipleSelect") && ((_j = configObj.value) == null ? void 0 : _j.length)
|
|
10609
|
+
} else if ((configObj.type === "Select" || configObj.type === "MultipleSelect") && ((_j = configObj.value) == null ? void 0 : _j.length) > 0) {
|
|
10610
10610
|
if (configObj.type === "Select") {
|
|
10611
10611
|
schema.properties[configObj.name] = {
|
|
10612
10612
|
oneOf: configObj.value.map((e) => {
|