impaktapps-ui-builder 1.0.121 → 1.0.122
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.
|
@@ -10307,10 +10307,7 @@ var service = (funcParams) => {
|
|
|
10307
10307
|
setPage: async function() {
|
|
10308
10308
|
var _a, _b, _c;
|
|
10309
10309
|
funcParams.store.setAdditionalErrors([]);
|
|
10310
|
-
funcParams.store.setFormdata((
|
|
10311
|
-
...pre,
|
|
10312
|
-
...funcParams == null ? void 0 : funcParams.initFormData()
|
|
10313
|
-
}));
|
|
10310
|
+
funcParams.store.setFormdata((funcParams == null ? void 0 : funcParams.initFormData()) || {});
|
|
10314
10311
|
funcParams.store.setSchema({ type: "object", properties: {} });
|
|
10315
10312
|
funcParams.store.newData = {};
|
|
10316
10313
|
eventGroups = {};
|