From aa4475ab33a82defe19f2b064b24b7ebaaf2387f Mon Sep 17 00:00:00 2001 From: Johann150 Date: Sat, 8 Apr 2023 23:49:14 +0200 Subject: [PATCH] client: fix drive file menu definition --- packages/client/src/components/drive.file.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, {