mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
fix(ui): replace undefined antd icon names left in skill_detail
This commit is contained in:
parent
10b42a84e6
commit
3e07a65b4e
1 changed files with 1 additions and 1 deletions
|
|
@ -343,7 +343,7 @@ const SkillDetail: React.FC<SkillDetailProps> = ({ skill, onBack }) => {
|
|||
padding: 0,
|
||||
}}
|
||||
>
|
||||
{copiedKey === "marketplace-cmd" ? <CheckOutlined /> : <CopyOutlined />}
|
||||
{copiedKey === "marketplace-cmd" ? <Check className="size-3" /> : <Copy className="size-3" />}
|
||||
{copiedKey === "marketplace-cmd" ? "Copied" : "Copy"}
|
||||
</button>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue