Use one error variable for all timelines
This commit is contained in:
parent
64d71b75cf
commit
e064d2da4d
4 changed files with 17 additions and 26 deletions
|
@ -8,6 +8,9 @@ const Timeline = {
|
|||
'timelineName',
|
||||
'title'
|
||||
],
|
||||
computed: {
|
||||
timelineError () { return this.$store.state.statuses.error }
|
||||
},
|
||||
components: {
|
||||
Status,
|
||||
StatusOrConversation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue