Browse Source

fix:upload component method props not work (#3843)

Co-authored-by: zhenyangliu <liuzhenyang@cfilmcloud.com>
pull/3867/head
Young 4 years ago committed by GitHub
parent
commit
8fc617a4d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      components/vc-upload/src/Upload.jsx

1
components/vc-upload/src/Upload.jsx

@ -25,6 +25,7 @@ const uploadProps = {
beforeUpload: PropTypes.func,
customRequest: PropTypes.func,
// onReady: PropTypes.func,
method: PropTypes.string,
withCredentials: PropTypes.bool,
supportServerRender: PropTypes.bool,
openFileDialogOnClick: PropTypes.bool,

Loading…
Cancel
Save