mirror of
https://github.com/langgenius/dify.git
synced 2026-02-22 19:15:47 +08:00
fix(plugin-detail-panel): update provider reference to use trigger identity name
This commit is contained in:
@ -35,7 +35,7 @@ const PluginDetailPanel: FC<Props> = ({
|
||||
useEffect(() => {
|
||||
setDetail(!detail ? undefined : {
|
||||
plugin_id: detail.plugin_id,
|
||||
provider: `${detail.plugin_id}/${detail.declaration.name}`,
|
||||
provider: `${detail.plugin_id}/${detail.declaration.trigger.identity.name}`,
|
||||
declaration: detail.declaration,
|
||||
name: detail.name,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user