forked from FoundKeyGang/FoundKey
client: fix drive file menu definition
This commit is contained in:
parent
8db49f2624
commit
aa4475ab33
1 changed files with 1 additions and 1 deletions
|
@ -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, {
|
||||
|
|
Loading…
Reference in a new issue