mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 08:58:09 +08:00
refactor(workflow): streamline node metadata structure and enhance filtering logic
This commit is contained in:
@ -14,6 +14,7 @@ const metaData = genNodeMetaData({
|
||||
sort: 3,
|
||||
type: BlockEnum.Loop,
|
||||
author: 'AICT-Team',
|
||||
isTypeFixed: true,
|
||||
})
|
||||
const nodeDefault: NodeDefault<LoopNodeType> = {
|
||||
metaData,
|
||||
|
||||
Reference in New Issue
Block a user