mirror of
https://github.com/langgenius/dify.git
synced 2026-03-21 06:18:27 +08:00
fix: start node
This commit is contained in:
@ -43,7 +43,7 @@ const Panel: FC<NodeProps<StartNodeType>> = ({
|
||||
>
|
||||
<VarList
|
||||
readonly={readOnly}
|
||||
list={inputs.variables}
|
||||
list={inputs.variables || []}
|
||||
onChange={handleVarListChange}
|
||||
/>
|
||||
</Field>
|
||||
|
||||
Reference in New Issue
Block a user