Skip to content

Commit

Permalink
fix(files): fix download file encoded source
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
  • Loading branch information
skjnldsv authored and AndyScherzinger committed Dec 15, 2023
1 parent 49bff0f commit 43cdf34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/files/src/actions/downloadAction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export const action = new FileAction({
return null
}

triggerDownload(node.source)
triggerDownload(node.encodedSource)
return null
},

Expand Down

0 comments on commit 43cdf34

Please sign in to comment.