fixes for anon view
This commit is contained in:
parent
5c92e91f98
commit
bd30ef5f81
3 changed files with 9 additions and 6 deletions
|
|
@ -102,6 +102,9 @@ export default {
|
|||
disabled: this.button.interactive ? !this.button.interactive(this.funcArg) : false
|
||||
}
|
||||
]
|
||||
},
|
||||
remoteInteractionLink () {
|
||||
return this.$store.getters.remoteInteractionLink({ statusId: this.status.id })
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
|
@ -125,9 +128,6 @@ export default {
|
|||
}, 500)
|
||||
close()
|
||||
}
|
||||
},
|
||||
getRemoteInteractionLink () {
|
||||
return this.$store.getters.remoteInteractionLink({ statusId: this.status.id })
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue