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

pull/5437/head
Joel 2 years ago committed by GitHub
parent 65d34ebb96
commit 7e3f194031
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save