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[], { const useNodesAvailableVarList = (nodes: Node[], {
onlyLeafNodeVar, onlyLeafNodeVar,
filterVar, filterVar,
hideEnv, hideEnv = false,
hideChatVar, hideChatVar = false,
passedInAvailableNodes, passedInAvailableNodes,
}: Params = { }: Params = {
onlyLeafNodeVar: false, onlyLeafNodeVar: false,

Loading…
Cancel
Save