mirror of
https://github.com/langgenius/dify.git
synced 2026-04-03 21:51:14 +08:00
fix: start node
This commit is contained in:
parent
86656de971
commit
0ee7f952ef
@ -10,7 +10,7 @@ const Node: FC<NodeProps<StartNodeType>> = ({
|
||||
data,
|
||||
}) => {
|
||||
const { t } = useTranslation()
|
||||
const { variables } = data
|
||||
const { variables = [] } = data
|
||||
|
||||
return (
|
||||
<div className='px-3'>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user