impaktapps-ui-builder 1.0.80-schema.0 → 1.0.80-schema.1

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.
@@ -10306,8 +10306,7 @@ var service = (funcParams) => {
10306
10306
  });
10307
10307
  funcParams.store.setSchema((pre) => {
10308
10308
  const updatedSchema = {
10309
- ...schema2,
10310
- ...pre,
10309
+ required: [...schema2.required || [], ...pre.required || []],
10311
10310
  properties: {
10312
10311
  ...schema2.properties,
10313
10312
  ...pre.properties