fix: download button opens in an external page to avoid loading bar in console

This commit is contained in:
Arman
2023-09-04 18:06:18 +02:00
parent 2dd79605f0
commit eccfe295be
@@ -107,7 +107,7 @@
</svelte:fragment>
<svelte:fragment slot="actions">
<Button secondary href={downloadFile()} event="download_file">
<Button secondary href={downloadFile()} event="download_file" external>
<span class="icon-download" aria-hidden="true" />
<span class="text"> Download</span></Button>
</svelte:fragment>