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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impaktapps-ui-builder",
3
- "version": "0.0.317",
3
+ "version": "0.0.318",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -165,6 +165,8 @@ async function shouldEventExecute(params: handlersProps) {
165
165
  if (startEvent?.length > 0) {
166
166
  const response = await executeEventsHandler({ ...params, config: startEvent[0] });
167
167
  return response;
168
+ }else{
169
+ return true
168
170
  }
169
171
  }
170
172