From 6e76e02dbaf4f0ddbe72906eacacfec16b660289 Mon Sep 17 00:00:00 2001 From: lyzno1 Date: Wed, 29 Oct 2025 09:35:45 +0800 Subject: [PATCH] fix: trigger plugin help link --- web/app/components/workflow/nodes/trigger-plugin/default.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/web/app/components/workflow/nodes/trigger-plugin/default.ts b/web/app/components/workflow/nodes/trigger-plugin/default.ts index 6c82560a5a..c994007e82 100644 --- a/web/app/components/workflow/nodes/trigger-plugin/default.ts +++ b/web/app/components/workflow/nodes/trigger-plugin/default.ts @@ -219,6 +219,7 @@ const buildOutputVars = (schema: Record, schemaTypeDefinitions?: Sc const metaData = genNodeMetaData({ sort: 1, type: BlockEnum.TriggerPlugin, + helpLinkUri: 'plugin-trigger', isStart: true, })