Skip to content

Commit e56c051

Browse files
authored
Fix: tool card info (#12726)
1 parent 0a6b4d0 commit e56c051

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

web/app/components/tools/provider-list.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ const ProviderList = () => {
113113
payload={{
114114
...collection,
115115
brief: collection.description,
116+
org: collection.plugin_id ? collection.plugin_id.split('/')[0] : '',
117+
name: collection.plugin_id ? collection.plugin_id.split('/')[1] : collection.name,
116118
} as any}
117119
footer={
118120
<CardMoreInfo

0 commit comments

Comments
 (0)