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