mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 09:28:04 +08:00
checklist
This commit is contained in:
@ -21,6 +21,9 @@ const NodeSelectorWrapper = (props: NodeSelectorProps) => {
|
||||
if (block.metaData.type === BlockEnum.DataSource)
|
||||
return false
|
||||
|
||||
if (block.metaData.type === BlockEnum.Tool)
|
||||
return false
|
||||
|
||||
if (block.metaData.type === BlockEnum.IterationStart)
|
||||
return false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user