fix reply form quote config access
This commit is contained in:
parent
d71cbb2686
commit
ef0cba713d
3 changed files with 63 additions and 2 deletions
|
|
@ -380,7 +380,7 @@ const PostStatusForm = {
|
|||
if (
|
||||
!this.quotingAvailable ||
|
||||
!this.isReply ||
|
||||
!this.$store.getters.mergedConfig.quoteReply
|
||||
!useMergedConfigStore().mergedConfig.quoteReply
|
||||
) {
|
||||
return false
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue