We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 346a5ce commit 5c8b779Copy full SHA for 5c8b779
components/vc-upload/src/AjaxUploader.jsx
@@ -29,6 +29,7 @@ const upLoadPropTypes = {
29
withCredentials: PropTypes.bool,
30
openFileDialogOnClick: PropTypes.bool,
31
transformFile: PropTypes.func,
32
+ method: PropTypes.string,
33
};
34
35
const AjaxUploader = {
0 commit comments