From 67a2a42ae2b0dd622cf2d7d3c46c59147835d649 Mon Sep 17 00:00:00 2001 From: jackhoo_98 Date: Wed, 22 Feb 2023 19:36:53 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8DIcon=E7=BB=84=E4=BB=B6?= =?UTF-8?q?iconKeys=E5=80=BC=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/AIcon/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/AIcon/index.tsx b/src/components/AIcon/index.tsx index 4790d76a..35221782 100644 --- a/src/components/AIcon/index.tsx +++ b/src/components/AIcon/index.tsx @@ -49,7 +49,7 @@ const iconKeys = [ 'PartitionOutlined', 'ShareAltOutlined', 'playCircleOutlined', - 'RightOutlined' + 'RightOutlined', 'FileTextOutlined', 'UploadOutlined' ]