fix:upload component method props not work (#3843)
Co-authored-by: zhenyangliu <liuzhenyang@cfilmcloud.com>pull/3867/head
parent
e0967d9d7e
commit
8fc617a4d7
|
@ -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…
Reference in New Issue