fix: file download in chat (#11322)

This commit is contained in:
zxhlyh
2024-12-04 11:10:56 +08:00
committed by GitHub
parent e240424be5
commit 98a1b01b0c
2 changed files with 2 additions and 2 deletions

View File

@@ -80,7 +80,7 @@ const FileItem = ({
}
</div>
{
showDownloadAction && (
showDownloadAction && url && (
<ActionButton
size='m'
className='hidden group-hover/file-item:flex absolute -right-1 -top-1'