mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-16 08:05:53 +08:00
fix: in iteration node picker may show the wrong var type (#5435)
This commit is contained in:
parent
65d34ebb96
commit
7e3f194031
@ -344,8 +344,6 @@ export const getVarType = ({
|
|||||||
}
|
}
|
||||||
if (valueSelector[1] === 'index')
|
if (valueSelector[1] === 'index')
|
||||||
return VarType.number
|
return VarType.number
|
||||||
|
|
||||||
return VarType.string
|
|
||||||
}
|
}
|
||||||
const isSystem = isSystemVar(valueSelector)
|
const isSystem = isSystemVar(valueSelector)
|
||||||
const startNode = availableNodes.find((node: any) => {
|
const startNode = availableNodes.find((node: any) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user