ui: Fix erasing of downloadable files
This commit is contained in:
parent
941e1c16d5
commit
e6557c8c06
@ -24,7 +24,7 @@
|
||||
</CardText>
|
||||
</CardBody>
|
||||
<ListGroup>
|
||||
{#each files as file (file.id)}
|
||||
{#each files as file, index}
|
||||
<ListGroupItem tag="a" href="{file.path}" target="_self" class="d-flex">
|
||||
<h1><Icon name="arrow-down-circle" /></h1>
|
||||
<div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user