Explorar el Código

fix: exclude on error in blocks group setting

Ahmad Kholid hace 2 años
padre
commit
ddcfb20c53
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/utils/shared.js

+ 1 - 0
src/utils/shared.js

@@ -1475,6 +1475,7 @@ export const excludeOnError = [
   'trigger',
   'while-loop',
   'conditions',
+  'blocks-group',
   'block-package',
   'element-exists',
 ];