fix: click icon do not worker on upload

This commit is contained in:
jialin
2025-12-02 17:24:14 +08:00
parent b9c034469b
commit f335cb1775
6 changed files with 16 additions and 16 deletions
+2 -2
View File
@@ -126,11 +126,11 @@ const useAddImage = (options: {
handleUpdateImgList={handleUpdateImgList}
size="middle"
>
<UploadOutlined className="m-r-8" />
{intl.formatMessage({ id: 'playground.img.upload' })}
</UploadImg>
),
key: 'upload_image',
icon: <UploadOutlined />
key: 'upload_image'
},
{
label: intl.formatMessage({