fix: calendar export button

Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
This commit is contained in:
Richard Steinmetz 2023-01-03 11:39:53 +01:00
parent e748f3c9b6
commit 07b58ab939
No known key found for this signature in database
GPG Key ID: 27137D9E7D273FB2
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@
</template>
{{ $t('calendar', 'Copy private link') }}
</NcButton>
<NcButton :to="downloadUrl">
<NcButton :href="downloadUrl">
<template #icon>
<DownloadIcon :size="20" />
</template>