fix: upload method not work #2837

pull/2902/head
tanjinzhou 2020-09-23 14:21:10 +08:00
parent 346a5ce2ba
commit 5c8b77957c
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ const upLoadPropTypes = {
withCredentials: PropTypes.bool,
openFileDialogOnClick: PropTypes.bool,
transformFile: PropTypes.func,
method: PropTypes.string,
};
const AjaxUploader = {