Fallback to simpleTree style
This commit is contained in:
parent
6b990ba368
commit
d7da9f80a7
|
@ -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…
Reference in New Issue