Skip to content

Commit

Permalink
Merge pull request #17861 from ElectronicBlueberry/embed-download-fix
Browse files Browse the repository at this point in the history
[24.0] Embed download fix
  • Loading branch information
dannon authored Mar 29, 2024
2 parents 30bf8eb + 3439265 commit 2bba32d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 2bba32d

Please sign in to comment.