mirror of
https://github.com/langgenius/dify.git
synced 2026-05-02 16:38:04 +08:00
refactor(workflow): streamline node metadata structure and enhance filtering logic
This commit is contained in:
@ -15,6 +15,8 @@ const i18nPrefix = 'workflow.errorMsg'
|
||||
const metaData = genNodeMetaData({
|
||||
sort: -1,
|
||||
type: BlockEnum.DataSource,
|
||||
isStart: true,
|
||||
isRequired: true,
|
||||
})
|
||||
const nodeDefault: NodeDefault<DataSourceNodeType> = {
|
||||
metaData,
|
||||
|
||||
Reference in New Issue
Block a user