Skip to content

Commit 40cfceb

Browse files
akhanfirexo-swf
authored andcommitted
fix: Remove Treeview label on the treeview header - MEED-10291 - Mees-io/meeds#4065 (#1644)
Before this change, when the translation of the Treeview label is too long it's split in 2. To fix this issue, remove the template tag where the treeview text exists. After this change, the Treeview label on the treeview header is removed. Resolves Meeds-io/meeds#4065
1 parent 3368b3c commit 40cfceb

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

notes-webapp/src/main/webapp/vue-app/notes-treeview/components/NoteTreeviewToolbar.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@
3939
@filter-button-click="$root.$emit('notes-filter-open', filter)"
4040
@filter-expand="filterExpand = $event"
4141
@loading="$emit('loading', $event)">
42-
<template #left>
43-
<span class="text-header">{{ $t('notes.label.tree') }}</span>
44-
</template>
4542
</application-toolbar>
4643
<v-tooltip v-if="!filterExpand" bottom>
4744
<template #activator="{ on, attrs }">

0 commit comments

Comments
 (0)