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