mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-14 18:22:21 +00:00
fix typo in chat component
This commit is contained in:
parent
daca2c7fff
commit
d2832b7169
1 changed files with 1 additions and 1 deletions
|
|
@ -637,7 +637,7 @@ export default {
|
|||
},
|
||||
async sendMessage () {
|
||||
let response = await this.$store.dispatch('chat:postChat', {
|
||||
group: this.group._id,
|
||||
group: this.group,
|
||||
message: this.newMessage,
|
||||
});
|
||||
this.group.chat.unshift(response.message);
|
||||
|
|
|
|||
Loading…
Reference in a new issue