Fix: tool card info (#12726)

This commit is contained in:
KVOJJJin 2025-01-14 16:10:00 +08:00 committed by GitHub
parent 0a6b4d01d7
commit e56c051d97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -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={
<CardMoreInfo