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/RightSidebar/Participants/ParticipantsList/ParticipantsList.vue')
-rw-r--r--src/components/RightSidebar/Participants/ParticipantsList/ParticipantsList.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/RightSidebar/Participants/ParticipantsList/ParticipantsList.vue b/src/components/RightSidebar/Participants/ParticipantsList/ParticipantsList.vue
index 00332b34a..4f2762373 100644
--- a/src/components/RightSidebar/Participants/ParticipantsList/ParticipantsList.vue
+++ b/src/components/RightSidebar/Participants/ParticipantsList/ParticipantsList.vue
@@ -28,7 +28,7 @@
:participant="item"
:is-selectable="participantsSelectable"
:show-user-status="showUserStatus"
- @clickParticipant="handleClickParticipant" />
+ @click-participant="handleClickParticipant" />
</ul>
<template v-if="loading">
<LoadingParticipant