impaktapps-ui-builder 0.0.101-alpha.259 → 0.0.101-alpha.260
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.
|
@@ -10318,6 +10318,7 @@ var service = (funcParams) => {
|
|
|
10318
10318
|
return {
|
|
10319
10319
|
setPage: async function() {
|
|
10320
10320
|
var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m;
|
|
10321
|
+
funcParams.store.setAdditionalErrors([]);
|
|
10321
10322
|
funcParams.store.setFormdata({});
|
|
10322
10323
|
funcParams.store.newData = {};
|
|
10323
10324
|
const pageBasicDetailString = sessionStorage.getItem("pagemasterMetaData");
|