mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: download button opens in an external page to avoid loading bar in console
This commit is contained in:
+1
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user