Merge pull request #7725 from aignatov-bio/ai-sci-10834-fix-scinote-edit

Check local app for asset mount [SCI-10834]
This commit is contained in:
aignatov-bio 2024-07-17 14:45:24 +02:00 committed by GitHub
commit 2e7add73d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,5 @@
<template>
<span @mouseenter="fetchLocalAppInfo()">
<span>
<!-- multiple options -->
<MenuDropdown
v-if="multipleOpenOptions.length > 1"
@ -124,6 +124,9 @@ export default {
required: true
}
},
mounted() {
this.fetchLocalAppInfo();
},
computed: {
multipleOpenOptions() {
const options = [];