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