From 0d8438ef401d80b8ea4fa05a2d4c5ca916851eda Mon Sep 17 00:00:00 2001 From: Harry Date: Wed, 10 Sep 2025 10:34:33 +0800 Subject: [PATCH] fix(trigger): add 'trigger' category key to plugin constants for error avoid --- web/app/components/plugins/constants.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/web/app/components/plugins/constants.ts b/web/app/components/plugins/constants.ts index 02439be510..106f2ea57b 100644 --- a/web/app/components/plugins/constants.ts +++ b/web/app/components/plugins/constants.ts @@ -24,4 +24,5 @@ export const categoryKeys = [ 'agent-strategy', 'extension', 'bundle', + 'trigger', ]