Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/LeftSidebar/NewGroupConversation/SetContacts/SetContacts.vue')
-rw-r--r--src/components/LeftSidebar/NewGroupConversation/SetContacts/SetContacts.vue5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/components/LeftSidebar/NewGroupConversation/SetContacts/SetContacts.vue b/src/components/LeftSidebar/NewGroupConversation/SetContacts/SetContacts.vue
index dfd8f38be..bbb30898c 100644
--- a/src/components/LeftSidebar/NewGroupConversation/SetContacts/SetContacts.vue
+++ b/src/components/LeftSidebar/NewGroupConversation/SetContacts/SetContacts.vue
@@ -97,8 +97,9 @@ export default {
/**
* Search hint at the bottom of the participants list, displayed only if
* the user is not searching
- * @returns {boolean}
- **/
+ *
+ * @return {boolean}
+ */
displaySearchHint() {
return !this.contactsLoading && this.searchText === ''
},