Skip to content

Commit 5c8b779

Browse files
committed
fix: upload method not work #2837
1 parent 346a5ce commit 5c8b779

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/vc-upload/src/AjaxUploader.jsx

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ const upLoadPropTypes = {
2929
withCredentials: PropTypes.bool,
3030
openFileDialogOnClick: PropTypes.bool,
3131
transformFile: PropTypes.func,
32+
method: PropTypes.string,
3233
};
3334

3435
const AjaxUploader = {

0 commit comments

Comments
 (0)