diff options
Diffstat (limited to 'viewer/src/views')
-rw-r--r-- | viewer/src/views/PanelLeft.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/viewer/src/views/PanelLeft.vue b/viewer/src/views/PanelLeft.vue index 0fe0164..541b296 100644 --- a/viewer/src/views/PanelLeft.vue +++ b/viewer/src/views/PanelLeft.vue | |||
@@ -26,7 +26,7 @@ | |||
26 | /> | 26 | /> |
27 | <ld-command-search @clear="clear" @search="search" /> | 27 | <ld-command-search @clear="clear" @search="search" /> |
28 | <h1 class="title">{{$t('panelLeft.propositions')}}</h1> | 28 | <h1 class="title">{{$t('panelLeft.propositions')}}</h1> |
29 | <div v-dragscroll class="scrollbar no-scroll-x"> | 29 | <div class="scrollbar no-scroll-x"> |
30 | <ld-proposition | 30 | <ld-proposition |
31 | v-for="(category) in $galleryStore.tagsCategories" | 31 | v-for="(category) in $galleryStore.tagsCategories" |
32 | :key="category.tag" | 32 | :key="category.tag" |