diff --git a/src/components/ProfileBanner.vue b/src/components/ProfileBanner.vue index 9c72041c..8e9dddc4 100644 --- a/src/components/ProfileBanner.vue +++ b/src/components/ProfileBanner.vue @@ -265,6 +265,7 @@ const smallBanner = ref(false); class="app-text-muted full-width" align="left" v-if="typeof tabsList === 'object'" + @update:model-value="(v) => $emit('update:currentTab', v)" > +
@@ -5477,7 +5487,6 @@ const emptyCreateDialog = ref(false); " type="submit" /> -