mirror of
https://github.com/langgenius/dify.git
synced 2026-01-10 16:34:15 +00: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