Skip to content

Commit

Permalink
fix: scrobbale button in navigation
Browse files Browse the repository at this point in the history
Signed-off-by: Hamza Mahjoubi <[email protected]>
  • Loading branch information
hamza221 committed Aug 15, 2024
1 parent 9a6079d commit 195a58e
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions src/components/AppNavigation/RootNavigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@
<IconLoading v-if="loading" :size="20" />
</template>

<header class="header">
<slot />
</header>
<template #search>
<header class="header">
<slot />
</header>
</template>

<!-- groups list -->
<template #list>
Expand Down Expand Up @@ -94,8 +96,8 @@
</template>
{{ createGroupError ? createGroupError : t('contacts', 'Create a new contact group') }}
</ActionText>
<ActionInput icon=""
v-show="isNewGroupMenuOpen"
<ActionInput v-show="isNewGroupMenuOpen"
icon=""
:placeholder="t('contacts','Contact group name')"
@submit.prevent.stop="createNewGroup" />
</template>
Expand Down

0 comments on commit 195a58e

Please sign in to comment.