checklist

This commit is contained in:
zxhlyh
2025-05-20 16:52:21 +08:00
parent cf73faf174
commit eff123a11c
17 changed files with 165 additions and 56 deletions

View File

@ -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