fix: temple transform query selec can not choose var

This commit is contained in:
Joel 2024-03-13 17:17:28 +08:00
parent 1c5d07871f
commit cedc1bada2

View File

@ -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}