mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe.git
synced 2025-01-20 11:16:05 +01:00
fix crazy watch logic in conversation
This commit is contained in:
parent
d7647be812
commit
9b8bf655e1
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ const conversation = {
|
|||
Status
|
||||
},
|
||||
watch: {
|
||||
'$route': 'fetchConversation',
|
||||
status: 'fetchConversation',
|
||||
expanded (value) {
|
||||
if (value) {
|
||||
this.fetchConversation()
|
||||
|
|
Loading…
Reference in a new issue