impaktapps-ui-builder 1.0.42 → 1.0.44
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.
|
@@ -11927,7 +11927,10 @@ const ArrayUiSchema = {
|
|
|
11927
11927
|
type: "Control",
|
|
11928
11928
|
scope: "#/properties/adjustments",
|
|
11929
11929
|
layout: 11.5,
|
|
11930
|
-
elements: []
|
|
11930
|
+
elements: [],
|
|
11931
|
+
config: {
|
|
11932
|
+
main: {}
|
|
11933
|
+
}
|
|
11931
11934
|
};
|
|
11932
11935
|
const buildArray = (config2, componentScope2) => {
|
|
11933
11936
|
const array = _.cloneDeep(ArrayUiSchema);
|