mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2026-02-19 10:43:55 +08:00
Fixed js error in open locally menu vue
This commit is contained in:
parent
f0f1cd2487
commit
2ebe3ff2b8
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ export default {
|
|||
text: this.attachment.wopi_context.button_text,
|
||||
url: this.attachment.urls.edit_asset,
|
||||
url_target: '_blank',
|
||||
}),
|
||||
});
|
||||
}
|
||||
if (this.canOpenLocally) {
|
||||
const text = this.localAppName
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue