mirror of https://github.com/langgenius/dify.git
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