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

pull/5333/head
peteruithoven 4 years ago
parent 7f1988cd6a
commit 5e98d8cc97

@ -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