mirror of https://github.com/langgenius/dify.git
fix: trigger plugin help link
This commit is contained in:
parent
dc24450e29
commit
6e76e02dba
|
|
@ -219,6 +219,7 @@ const buildOutputVars = (schema: Record<string, any>, schemaTypeDefinitions?: Sc
|
|||
const metaData = genNodeMetaData({
|
||||
sort: 1,
|
||||
type: BlockEnum.TriggerPlugin,
|
||||
helpLinkUri: 'plugin-trigger',
|
||||
isStart: true,
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue