impaktapps-ui-builder 0.0.412-h → 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,8 +8817,11 @@ 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
  });
8823
+ const jsonres = await fetch("https://jsonplaceholder.typicode.com/todos/1");
8824
+ await jsonres.json();
8822
8825
  funcParams.store.setSchema(
8823
8826
  (pre) => {
8824
8827
  return {