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