fix: upload custom method not work #2837

pull/2900/head
tanjinzhou 2020-09-23 14:05:36 +08:00
parent 12afa05aee
commit 61e1f2414e
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 = {