mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 13:50:20 +08:00
Merge pull request #17861 from ElectronicBlueberry/embed-download-fix
[24.0] Embed download fix
This commit is contained in:
@@ -187,7 +187,7 @@ const viewUrl = computed(() => withPrefix(`/published/workflow?id=${props.id}`))
|
||||
</Heading>
|
||||
|
||||
<span v-if="props.showButtons">
|
||||
<b-button :to="downloadUrl" title="Download Workflow" variant="secondary" size="md">
|
||||
<b-button :href="downloadUrl" title="Download Workflow" variant="secondary" size="md">
|
||||
<FontAwesomeIcon icon="fa-download" />
|
||||
Download
|
||||
</b-button>
|
||||
|
||||
Reference in New Issue
Block a user