Skip to content

Commit

Permalink
feat(BlipCallsEndCard): fix style of anchor on download
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcelo Amaro committed Jun 24, 2024
1 parent fbe3209 commit 99dcb3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/BlipCallsEndCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ export default {
const url = window.URL.createObjectURL(blob)
a.style.diplay = 'none'
a.style.display = 'none'
a.target = '_blank'
a.href = url
a.download = fileName
Expand Down

0 comments on commit 99dcb3e

Please sign in to comment.