mirror of
https://gitee.com/dify_ai/dify.git
synced 2024-12-05 04:38:37 +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')
|
||||
return VarType.number
|
||||
|
||||
return VarType.string
|
||||
}
|
||||
const isSystem = isSystemVar(valueSelector)
|
||||
const startNode = availableNodes.find((node: any) => {
|
||||
|
Loading…
Reference in New Issue
Block a user