Skip to content

Commit

Permalink
fix: uppy-react upload loop
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSharpieOne committed Feb 3, 2018
1 parent 4abf769 commit 121cd2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/uppy-react/index.js
Expand Up @@ -24,7 +24,7 @@ class AvUppy extends Component {

this.uppy.run();

this.uppy.rawUpload = this.upload;
this.uppy.rawUpload = this.uppy.upload;
this.uppy.upload = this.upload;
this.uppy.validate = this.validate;

Expand Down

0 comments on commit 121cd2c

Please sign in to comment.