client: fix drive file menu definition
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint-backend Pipeline was successful
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/push/lint-client Pipeline was successful
ci/woodpecker/push/lint-sw Pipeline was successful
ci/woodpecker/push/test Pipeline was successful

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

View file

@ -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, {