Commit 0ee7f952 authored by Joel's avatar Joel

fix: start node

parent 86656de9
...@@ -10,7 +10,7 @@ const Node: FC<NodeProps<StartNodeType>> = ({ ...@@ -10,7 +10,7 @@ const Node: FC<NodeProps<StartNodeType>> = ({
data, data,
}) => { }) => {
const { t } = useTranslation() const { t } = useTranslation()
const { variables } = data const { variables = [] } = data
return ( return (
<div className='px-3'> <div className='px-3'>
......
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