Commit a30b6acc authored by Joel's avatar Joel

fix: start node

parent 0ee7f952
......@@ -43,7 +43,7 @@ const Panel: FC<NodeProps<StartNodeType>> = ({
>
<VarList
readonly={readOnly}
list={inputs.variables}
list={inputs.variables || []}
onChange={handleVarListChange}
/>
</Field>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment