Commit cedc1bad authored by Joel's avatar Joel

fix: temple transform query selec can not choose var

parent 1c5d0787
...@@ -50,6 +50,7 @@ const Panel: FC<NodePanelProps<TemplateTransformNodeType>> = ({ ...@@ -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}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment