Skip to content

Commit 22dccf4

Browse files
committed
fix: transformFile not work #3636
1 parent 1031e46 commit 22dccf4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

antdv-demo

components/vc-upload/src/Upload.jsx

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ const uploadProps = {
2828
withCredentials: PropTypes.bool,
2929
supportServerRender: PropTypes.bool,
3030
openFileDialogOnClick: PropTypes.bool,
31+
transformFile: PropTypes.func,
3132
};
3233
export default {
3334
name: 'Upload',

0 commit comments

Comments
 (0)