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