Resolved Document upload size limit & email attachments
This commit is contained in:
@@ -55,7 +55,6 @@ export function DocumentsUploadComponent({
|
||||
multiple={true}
|
||||
fileList={fileList}
|
||||
onChange={(f) => {
|
||||
console.log(`f`, f);
|
||||
if (f.event && f.event.percent === 100) handleDone(f.file.uid);
|
||||
setFileList(f.fileList);
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user