mirror of
https://github.com/langgenius/dify.git
synced 2026-04-04 05:59:59 +08:00
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
Block a user