Skip to content

Commit

Permalink
Update filesystem.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
openshwprojects authored Nov 19, 2024
1 parent 6b73668 commit 6ede17e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vue/filesystem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
file.filepath = file.name;
allFiles.push(file);
});
this.uploadfiles(allFiles);
this.uploadfiles(allFiles, this.read);
}
};
fileInput.click();
Expand Down

0 comments on commit 6ede17e

Please sign in to comment.