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

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