From e56c051d97ed4771b9964db05ef2ab821a1fedd6 Mon Sep 17 00:00:00 2001 From: KVOJJJin Date: Tue, 14 Jan 2025 16:10:00 +0800 Subject: [PATCH] Fix: tool card info (#12726) --- web/app/components/tools/provider-list.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/app/components/tools/provider-list.tsx b/web/app/components/tools/provider-list.tsx index 148612bedc..a95cbbd45b 100644 --- a/web/app/components/tools/provider-list.tsx +++ b/web/app/components/tools/provider-list.tsx @@ -113,6 +113,8 @@ const ProviderList = () => { payload={{ ...collection, brief: collection.description, + org: collection.plugin_id ? collection.plugin_id.split('/')[0] : '', + name: collection.plugin_id ? collection.plugin_id.split('/')[1] : collection.name, } as any} footer={