mirror of https://github.com/langgenius/dify.git
chore: xxx
This commit is contained in:
parent
615178dafa
commit
4934a655dd
|
|
@ -20,7 +20,7 @@ const useAvailableVarList = (nodeId: string, {
|
|||
const isChatMode = useIsChatMode()
|
||||
|
||||
const availableNodes = onlyLeafNodeVar ? getTreeLeafNodes(nodeId) : getBeforeNodesInSameBranch(nodeId)
|
||||
const availableVars = toNodeOutputVars(availableNodes, isChatMode, filterVar).map(item => item.vars)
|
||||
const availableVars = toNodeOutputVars(availableNodes, isChatMode, filterVar)
|
||||
return availableVars
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue