mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-09 00:49:07 +08:00
Merge pull request #6962 from G-Chubinidze/gc_SCI_9757
Implement the Open Locally button on file previews [SCI-9757]
This commit is contained in:
commit
b84d471e8b
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…
Reference in a new issue