Skip to content

Commit

Permalink
Upload Progress fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Lagarda committed Dec 17, 2019
1 parent 6bef87b commit e993bb8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/js/field.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/tool.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/js/components/UploadProgress.vue
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export default {
let data = new FormData();
data.append('file', file.file);
data.append('current', this.current + filePath);
data.append('current', this.current + '/' + filePath);
data.append('visibility', this.visibility);
if (this.type == 'files') {
Expand Down

0 comments on commit e993bb8

Please sign in to comment.