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