impaktapps-ui-builder 0.0.393-alpha.4 → 0.0.393-alpha.5
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.
|
@@ -8616,7 +8616,7 @@ var service = (funcParams) => {
|
|
|
8616
8616
|
(pre) => {
|
|
8617
8617
|
return {
|
|
8618
8618
|
...funcParams.schema,
|
|
8619
|
-
properties: { ...
|
|
8619
|
+
properties: { ...pre.properties, ...funcParams.schema.properties }
|
|
8620
8620
|
};
|
|
8621
8621
|
}
|
|
8622
8622
|
);
|