impaktapps-ui-builder 0.0.412-hi → 0.0.412-hj
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.
|
@@ -8817,7 +8817,8 @@ var service = (funcParams) => {
|
|
|
8817
8817
|
userValue: funcParams.userValue,
|
|
8818
8818
|
service: funcParams.service,
|
|
8819
8819
|
serviceHolder: this,
|
|
8820
|
-
eventGroups
|
|
8820
|
+
eventGroups,
|
|
8821
|
+
formDataHolder
|
|
8821
8822
|
});
|
|
8822
8823
|
const jsonres = await fetch("https://jsonplaceholder.typicode.com/todos/1");
|
|
8823
8824
|
await jsonres.json();
|