client: fix drive file menu definition

This commit is contained in:
Johann150 2023-04-08 23:49:14 +02:00
parent 8db49f2624
commit aa4475ab33
Signed by untrusted user: Johann150
GPG key ID: 9EE6577A2A06F8F1

View file

@ -87,7 +87,7 @@ function getMenu(): MenuItem[] {
download: props.file.name, download: props.file.name,
}, { }, {
type: 'link', type: 'link',
href: `/my/drive/file/${props.file.id}/attached`, to: `/my/drive/file/${props.file.id}/attached`,
text: i18n.ts.showAttachedNotes, text: i18n.ts.showAttachedNotes,
icon: 'fas fa-paperclip', icon: 'fas fa-paperclip',
}, null, { }, null, {