Преглед на файлове

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

Joel преди 10 месеца
родител
ревизия
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) => {