impaktapps-ui-builder 1.0.72-alpha.1 → 1.0.72-alpha.2
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.
|
@@ -10257,9 +10257,7 @@ var service = (funcParams) => {
|
|
|
10257
10257
|
setPage: async function() {
|
|
10258
10258
|
var _a, _b, _c;
|
|
10259
10259
|
funcParams.store.setAdditionalErrors([]);
|
|
10260
|
-
funcParams.store.setFormdata(()
|
|
10261
|
-
return (funcParams == null ? void 0 : funcParams.initFormData()) || {};
|
|
10262
|
-
});
|
|
10260
|
+
funcParams.store.setFormdata((funcParams == null ? void 0 : funcParams.initFormData()) || {});
|
|
10263
10261
|
funcParams.store.setSchema({ type: "object", properties: {} });
|
|
10264
10262
|
funcParams.store.newData = {};
|
|
10265
10263
|
eventGroups = {};
|