fix: upload custom method not work #2837
parent
12afa05aee
commit
61e1f2414e
|
@ -29,6 +29,7 @@ const upLoadPropTypes = {
|
|||
withCredentials: PropTypes.bool,
|
||||
openFileDialogOnClick: PropTypes.bool,
|
||||
transformFile: PropTypes.func,
|
||||
method: PropTypes.string,
|
||||
};
|
||||
|
||||
const AjaxUploader = {
|
||||
|
|
Loading…
Reference in New Issue