Fix: tool card info (#12726)

pull/12734/head
KVOJJJin 1 year ago committed by GitHub
parent 0a6b4d01d7
commit e56c051d97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

Loading…
Cancel
Save