Explorar o código

fix: exclude block package in blocks group

Ahmad Kholid %!s(int64=2) %!d(string=hai) anos
pai
achega
4b03749c5a
Modificáronse 1 ficheiros con 1 adicións e 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 = {