Explorar el Código

fix: exclude block package in blocks group

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

+ 1 - 0
src/utils/shared.js

@@ -1452,6 +1452,7 @@ export const excludeGroupBlocks = [
   'webhook',
   'element-exists',
   'while-loop',
+  'block-package',
 ];
 
 export const conditionBuilder = {