Преглед изворни кода

fix: in iteration node picker may show the wrong var type (#5435)

Joel пре 1 година
родитељ
комит
7e3f194031
1 измењених фајлова са 0 додато и 2 уклоњено
  1. 0 2
      web/app/components/workflow/nodes/_base/components/variable/utils.ts

+ 0 - 2
web/app/components/workflow/nodes/_base/components/variable/utils.ts

@@ -344,8 +344,6 @@ export const getVarType = ({
     }
     if (valueSelector[1] === 'index')
       return VarType.number
-
-    return VarType.string
   }
   const isSystem = isSystemVar(valueSelector)
   const startNode = availableNodes.find((node: any) => {