From 0912d583c7f99693da0704c6ca2a03da29933d1c Mon Sep 17 00:00:00 2001 From: jialin Date: Fri, 13 Dec 2024 13:39:53 +0800 Subject: [PATCH] style: open in playground icon --- src/pages/llmodels/components/table-list.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/llmodels/components/table-list.tsx b/src/pages/llmodels/components/table-list.tsx index 801443f3..cc1331fa 100644 --- a/src/pages/llmodels/components/table-list.tsx +++ b/src/pages/llmodels/components/table-list.tsx @@ -21,9 +21,9 @@ import { DeleteOutlined, DownOutlined, EditOutlined, + ExperimentOutlined, PictureOutlined, - SyncOutlined, - WechatWorkOutlined + SyncOutlined } from '@ant-design/icons'; import { PageContainer } from '@ant-design/pro-components'; import { Access, useAccess, useIntl, useNavigate } from '@umijs/max'; @@ -243,7 +243,7 @@ const Models: React.FC = ({ { label: 'models.openinplayground', key: 'chat', - icon: + icon: }, { label: 'common.button.delete',