fix the explorer is not selected when opening a hidden explorer on the insights explorer page

This commit is contained in:
MaysWind
2026-01-10 01:00:04 +08:00
parent 19c0ca8191
commit 9585cbc8a9
+1 -1
View File
@@ -8,7 +8,7 @@
<btn-vertical-group :disabled="loading || updating" :buttons="allTabs" v-model="activeTab" />
</div>
<v-divider />
<v-tabs show-arrows class="my-4" direction="vertical"
<v-tabs show-arrows class="my-4" direction="vertical" :key="currentExplorer.id"
:disabled="loading || updating" :model-value="currentExplorer.id">
<v-tab class="tab-text-truncate" key="new" value="" @click="createNewExplorer">
<span class="text-truncate">{{ tt('New Explorer') }}</span>