mirror of https://github.com/langgenius/dify.git
fix: start node
This commit is contained in:
parent
0ee7f952ef
commit
a30b6acc52
|
|
@ -43,7 +43,7 @@ const Panel: FC<NodeProps<StartNodeType>> = ({
|
|||
>
|
||||
<VarList
|
||||
readonly={readOnly}
|
||||
list={inputs.variables}
|
||||
list={inputs.variables || []}
|
||||
onChange={handleVarListChange}
|
||||
/>
|
||||
</Field>
|
||||
|
|
|
|||
Loading…
Reference in New Issue