Browse Source

Fix sidebar root title by not overiding it when translation isn't yet available

pull/5333/head
peteruithoven 3 years ago
parent
commit
5e98d8cc97
1 changed files with 0 additions and 1 deletions
  1. 1
      client/themes/default/components/nav-sidebar.vue

1
client/themes/default/components/nav-sidebar.vue

@ -222,7 +222,6 @@ export default {
}
},
mounted () {
this.currentParent.title = `/ ${this.$t('common:sidebar.root')}`
if (this.navMode === 'TREE') {
this.currentMode = 'browse'
} else if (this.navMode === 'STATIC') {

Loading…
Cancel
Save