fix: upload custom file extension (#10801)

This commit is contained in:
zxhlyh
2024-11-18 15:57:32 +08:00
committed by GitHub
parent 538a5df9d5
commit 9861279395
5 changed files with 11 additions and 12 deletions

View File

@@ -98,6 +98,7 @@ const FileItem = ({
<ProgressCircle
percentage={progress}
size={12}
className='shrink-0'
/>
)
}