fix: upload remote image preview (#9952)

This commit is contained in:
zxhlyh
2024-11-01 15:45:27 +08:00
committed by GitHub
parent 82033af097
commit 78b74cce8e
7 changed files with 50 additions and 33 deletions

View File

@@ -133,6 +133,7 @@ const ImageList: FC<ImageListProps> = ({
<ImagePreview
url={imagePreviewUrl}
onCancel={() => setImagePreviewUrl('')}
title=''
/>
)}
</div>