diff --git a/src/components/RightSidebar/Participants/ParticipantsTab.vue b/src/components/RightSidebar/Participants/ParticipantsTab.vue index acdece449e..20ce0a6598 100644 --- a/src/components/RightSidebar/Participants/ParticipantsTab.vue +++ b/src/components/RightSidebar/Participants/ParticipantsTab.vue @@ -221,6 +221,9 @@ export default { }, handleInput() { + if (!this.canAdd) { + return + } this.contactsLoading = true this.searchResults = [] this.debounceFetchSearchResults()