Skip to content

Commit

Permalink
fix:upload image demo
Browse files Browse the repository at this point in the history
  • Loading branch information
wangjy48 authored and yinkaihui committed Jul 2, 2024
1 parent 613245a commit 486e3ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Upload/__demo__/renderUploadList.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function App() {
onClick={() => {
Modal.info({
title: '预览',
content: <img src={file.url} width="100%" />,
content: <img src={url || file.url} width="100%" />,
});
}}
>
Expand Down

0 comments on commit 486e3ff

Please sign in to comment.