fix: Warning in conversations page from participants (#6479)
This commit is contained in:
committed by
GitHub
parent
b479b7c6d7
commit
c9242fac9e
@@ -164,7 +164,7 @@ export default {
|
|||||||
conversationId() {
|
conversationId() {
|
||||||
this.fetchParticipants();
|
this.fetchParticipants();
|
||||||
},
|
},
|
||||||
watchersFromStore(participants) {
|
watchersFromStore(participants = []) {
|
||||||
this.selectedWatchers = [...participants];
|
this.selectedWatchers = [...participants];
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user