fix: Warning in conversations page from participants (#6479)

This commit is contained in:
Nithin David Thomas 2023-02-17 22:14:16 +05:30 committed by GitHub
parent b479b7c6d7
commit c9242fac9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -164,7 +164,7 @@ export default {
conversationId() {
this.fetchParticipants();
},
watchersFromStore(participants) {
watchersFromStore(participants = []) {
this.selectedWatchers = [...participants];
},
},