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

Co-authored-by: zhenyangliu <liuzhenyang@cfilmcloud.com>
pull/3867/head
Young 2021-03-27 22:14:57 +08:00 committed by GitHub
parent e0967d9d7e
commit 8fc617a4d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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,