Fallback to simpleTree style
This commit is contained in:
parent
6c20c5dd52
commit
3d0ebaf54b
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ const conversation = {
|
|||
return 4
|
||||
},
|
||||
displayStyle () {
|
||||
return this.$store.state.config.conversationDisplay
|
||||
return this.$store.state.config.conversationDisplay || 'simple_tree'
|
||||
},
|
||||
isTreeView () {
|
||||
return this.displayStyle === 'tree' || this.displayStyle === 'simple_tree'
|
||||
|
|
Loading…
Add table
Reference in a new issue