impaktapps-ui-builder 0.0.382-alpha.318 → 0.0.382-alpha.319
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.
|
@@ -9147,7 +9147,7 @@ var service = (funcParams) => {
|
|
|
9147
9147
|
};
|
|
9148
9148
|
return {
|
|
9149
9149
|
setPage: async function() {
|
|
9150
|
-
funcParams.store.setFormdata({});
|
|
9150
|
+
await funcParams.store.setFormdata({});
|
|
9151
9151
|
executeEventsParameters = {
|
|
9152
9152
|
config: {},
|
|
9153
9153
|
componentName: "",
|
|
@@ -9162,7 +9162,7 @@ var service = (funcParams) => {
|
|
|
9162
9162
|
(pre) => {
|
|
9163
9163
|
return {
|
|
9164
9164
|
...funcParams.schema,
|
|
9165
|
-
properties: { ...funcParams.schema.properties
|
|
9165
|
+
properties: { ...funcParams.schema.properties }
|
|
9166
9166
|
};
|
|
9167
9167
|
}
|
|
9168
9168
|
);
|