Update web/app/components/workflow/hooks/use-nodes-available-var-list.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
pull/21932/head
Minamiyama 11 months ago committed by GitHub
parent f1643e182e
commit a652999a7a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -31,8 +31,8 @@ const getNodeInfo = (nodeId: string, nodes: Node[]) => {
const useNodesAvailableVarList = (nodes: Node[], {
onlyLeafNodeVar,
filterVar,
hideEnv,
hideChatVar,
hideEnv = false,
hideChatVar = false,
passedInAvailableNodes,
}: Params = {
onlyLeafNodeVar: false,

Loading…
Cancel
Save