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/ConversationSettings/ConversationSettingsDialog.vue')
-rw-r--r--src/components/ConversationSettings/ConversationSettingsDialog.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ConversationSettings/ConversationSettingsDialog.vue b/src/components/ConversationSettings/ConversationSettingsDialog.vue
index dc7f785e3..c9829ae7c 100644
--- a/src/components/ConversationSettings/ConversationSettingsDialog.vue
+++ b/src/components/ConversationSettings/ConversationSettingsDialog.vue
@@ -36,7 +36,7 @@
:editing="isEditingDescription"
:loading="isDescriptionLoading"
:placeholder="t('spreed', 'Enter a description for this conversation')"
- @submit:description="handleUpdateDescription"
+ @submit-description="handleUpdateDescription"
@update:editing="handleEditDescription" />
</AppSettingsSection>