impaktapps-ui-builder 0.0.101-alpha.265 → 0.0.101-alpha.266
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.
|
@@ -10330,6 +10330,7 @@ var service = (funcParams) => {
|
|
|
10330
10330
|
var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m;
|
|
10331
10331
|
funcParams.store.setAdditionalErrors([]);
|
|
10332
10332
|
funcParams.store.setFormdata({});
|
|
10333
|
+
funcParams.store.setSchema({ type: "object", properties: {} });
|
|
10333
10334
|
funcParams.store.newData = {};
|
|
10334
10335
|
const pageBasicDetailString = sessionStorage.getItem("pagemasterMetaData");
|
|
10335
10336
|
if (pageBasicDetailString) {
|