Use mergedConfig properly
This commit is contained in:
parent
d7da9f80a7
commit
ff5f69b8fd
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ const conversation = {
|
||||||
return 4
|
return 4
|
||||||
},
|
},
|
||||||
displayStyle () {
|
displayStyle () {
|
||||||
return this.$store.state.config.conversationDisplay || 'simple_tree'
|
return this.$store.getters.mergedConfig.conversationDisplay
|
||||||
},
|
},
|
||||||
isTreeView () {
|
isTreeView () {
|
||||||
return this.displayStyle === 'tree' || this.displayStyle === 'simple_tree'
|
return this.displayStyle === 'tree' || this.displayStyle === 'simple_tree'
|
||||||
|
|
Loading…
Reference in a new issue