Skip to content

Commit

Permalink
Fix issue updating filesInfo array
Browse files Browse the repository at this point in the history
  • Loading branch information
eiresendez committed Nov 17, 2023
1 parent ee52a1c commit 65ce8d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/renderer/file-download.vue
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ export default {
}
if (!this.requestId || !fileId) {
this.filesInfo = [];
return;
}
Expand Down

0 comments on commit 65ce8d0

Please sign in to comment.