diff --git a/packages/client/src/components/drive.file.vue b/packages/client/src/components/drive.file.vue index 195e5432f..9fa490f01 100644 --- a/packages/client/src/components/drive.file.vue +++ b/packages/client/src/components/drive.file.vue @@ -87,7 +87,7 @@ function getMenu(): MenuItem[] { download: props.file.name, }, { type: 'link', - href: `/my/drive/file/${props.file.id}/attached`, + to: `/my/drive/file/${props.file.id}/attached`, text: i18n.ts.showAttachedNotes, icon: 'fas fa-paperclip', }, null, {