fix: transformFile not work #3636

pull/3784/head
tangjinzhou 2021-02-15 16:07:22 +08:00
parent 1031e46926
commit 22dccf46c5
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit 9af74120cd33f0ba69510e2cd00cbc00ef17f5c1
Subproject commit 7111c95d00247196db0441708c64de011f262973

View File

@ -28,6 +28,7 @@ const uploadProps = {
withCredentials: PropTypes.bool,
supportServerRender: PropTypes.bool,
openFileDialogOnClick: PropTypes.bool,
transformFile: PropTypes.func,
};
export default {
name: 'Upload',