1
0

Fix download button for files on version page

This commit is contained in:
Geometrically
2021-01-03 11:38:59 -07:00
parent d2b26124e4
commit 0d80ea4f4c

View File

@@ -81,7 +81,7 @@
</div>
<a
:href="file.url"
@click.prevent="downloadFile(file.hash, file.url)"
@click.prevent="downloadFile(file.hashes.sha1, file.url)"
>
<DownloadIcon />
</a>