Skip to content

Commit

Permalink
file_download: Fix the link of the download files for entries bigger …
Browse files Browse the repository at this point in the history
…than the warning-size threshold
  • Loading branch information
psaiz committed Dec 18, 2024
1 parent fb2c446 commit 6fe54b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export default function FileTable({ items, table_type }) {
setOpen={setOpenDownloadModal}
filename={selectedFile.key}
size={selectedFile.size}
uri={getFileUri(selectedFile.key)}
uri={getFileUri(table_type, selectedFile.key)}
/>
)}
</Table>
Expand Down

0 comments on commit 6fe54b5

Please sign in to comment.