fix: start node

This commit is contained in:
Joel 2024-03-05 11:30:45 +08:00
parent 0ee7f952ef
commit a30b6acc52
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ const Panel: FC<NodeProps<StartNodeType>> = ({
>
<VarList
readonly={readOnly}
list={inputs.variables}
list={inputs.variables || []}
onChange={handleVarListChange}
/>
</Field>