fix: start node

This commit is contained in:
Joel 2024-03-05 11:27:24 +08:00
parent 86656de971
commit 0ee7f952ef
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ const Node: FC<NodeProps<StartNodeType>> = ({
data,
}) => {
const { t } = useTranslation()
const { variables } = data
const { variables = [] } = data
return (
<div className='px-3'>