diff --git a/web/app/components/plugins/plugin-detail-panel/index.tsx b/web/app/components/plugins/plugin-detail-panel/index.tsx index ae82b1f55a..18b0a4556d 100644 --- a/web/app/components/plugins/plugin-detail-panel/index.tsx +++ b/web/app/components/plugins/plugin-detail-panel/index.tsx @@ -35,7 +35,7 @@ const PluginDetailPanel: FC = ({ 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, })