impaktapps-ui-builder 0.0.317 → 0.0.318

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.
@@ -8220,6 +8220,8 @@ async function shouldEventExecute(params2) {
8220
8220
  if ((startEvent == null ? void 0 : startEvent.length) > 0) {
8221
8221
  const response2 = await executeEventsHandler({ ...params2, config: startEvent[0] });
8222
8222
  return response2;
8223
+ } else {
8224
+ return true;
8223
8225
  }
8224
8226
  }
8225
8227
  async function buildApiPayload(compConfig, body, headers, store, dynamicData, userValue, service) {