fix: transformFile not work #3636
parent
1031e46926
commit
22dccf46c5
|
@ -1 +1 @@
|
|||
Subproject commit 9af74120cd33f0ba69510e2cd00cbc00ef17f5c1
|
||||
Subproject commit 7111c95d00247196db0441708c64de011f262973
|
|
@ -28,6 +28,7 @@ const uploadProps = {
|
|||
withCredentials: PropTypes.bool,
|
||||
supportServerRender: PropTypes.bool,
|
||||
openFileDialogOnClick: PropTypes.bool,
|
||||
transformFile: PropTypes.func,
|
||||
};
|
||||
export default {
|
||||
name: 'Upload',
|
||||
|
|
Loading…
Reference in New Issue