Skip to content

Commit

Permalink
Fix primefaces#2537: FileUpload add progress to state
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Dec 19, 2021
1 parent 124a57a commit af43998
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/lib/fileupload/FileUpload.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ export class FileUpload extends Component {
this.state = {
files: [],
msgs: [],
focused: false
focused: false,
progress: 0
};

this.choose = this.choose.bind(this);
Expand Down

0 comments on commit af43998

Please sign in to comment.