We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11ef7f3 commit 9dc0a89Copy full SHA for 9dc0a89
client/packages/lowcoder/src/comps/comps/fileComp/fileComp.tsx
@@ -600,7 +600,7 @@ const Upload = (
600
status: 'done' as UploadFileStatus,
601
originFileObj: file as RcFile,
602
};
603
- handleOnChange({file: uploadFile, fileList: [uploadFile]})
+ handleOnChange({file: uploadFile, fileList: [...fileList, uploadFile]})
604
}}
605
/>
606
</>
0 commit comments