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

View File

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