fix workflow preview crash

This commit is contained in:
JzoNg
2025-10-28 19:40:10 +08:00
parent 63bbcff496
commit 17aa11da79
2 changed files with 2 additions and 2 deletions

View File

@ -213,7 +213,7 @@ const BaseNode: FC<BaseNodeProps> = ({
)
}
{
data.type !== BlockEnum.IfElse && data.type !== BlockEnum.QuestionClassifier && !data._isCandidate && (
data.type !== BlockEnum.IfElse && data.type !== BlockEnum.QuestionClassifier && data.type !== BlockEnum.HumanInput && !data._isCandidate && (
<NodeSourceHandle
id={id}
data={data}