mirror of
https://github.com/langgenius/dify.git
synced 2026-04-29 20:48:01 +08:00
fix: temple transform query selec can not choose var
This commit is contained in:
parent
1c5d07871f
commit
cedc1bada2
@ -50,6 +50,7 @@ const Panel: FC<NodePanelProps<TemplateTransformNodeType>> = ({
|
|||||||
}
|
}
|
||||||
>
|
>
|
||||||
<VarList
|
<VarList
|
||||||
|
nodeId={id}
|
||||||
readonly={readOnly}
|
readonly={readOnly}
|
||||||
list={inputs.variables}
|
list={inputs.variables}
|
||||||
onChange={handleVarListChange}
|
onChange={handleVarListChange}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user