Skip to content

Commit

Permalink
multiple images support for capture in file upload
Browse files Browse the repository at this point in the history
  • Loading branch information
raheeliftikhar5 committed Nov 18, 2024
1 parent 11ef7f3 commit 9dc0a89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ const Upload = (
status: 'done' as UploadFileStatus,
originFileObj: file as RcFile,
};
handleOnChange({file: uploadFile, fileList: [uploadFile]})
handleOnChange({file: uploadFile, fileList: [...fileList, uploadFile]})
}}
/>
</>
Expand Down

0 comments on commit 9dc0a89

Please sign in to comment.