mirror of https://github.com/langgenius/dify.git
fix(trigger): add 'trigger' category key to plugin constants for error avoid
This commit is contained in:
parent
96bb638969
commit
0d8438ef40
|
|
@ -24,4 +24,5 @@ export const categoryKeys = [
|
|||
'agent-strategy',
|
||||
'extension',
|
||||
'bundle',
|
||||
'trigger',
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in New Issue