impaktapps-ui-builder 1.0.113 → 1.0.114-test.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.
@@ -10301,7 +10301,10 @@ var service = (funcParams) => {
10301
10301
  setPage: async function() {
10302
10302
  var _a, _b, _c;
10303
10303
  funcParams.store.setAdditionalErrors([]);
10304
- funcParams.store.setFormdata((funcParams == null ? void 0 : funcParams.initFormData()) || {});
10304
+ funcParams.store.setFormdata((pre) => ({
10305
+ ...pre,
10306
+ ...funcParams == null ? void 0 : funcParams.initFormData()
10307
+ }));
10305
10308
  funcParams.store.setSchema({ type: "object", properties: {} });
10306
10309
  funcParams.store.newData = {};
10307
10310
  eventGroups = {};