summaryrefslogtreecommitdiffstats
path: root/src/components/LeftSidebar/NewGroupConversation/SetConversationName/SetConversationName.vue
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-01-24 09:01:59 +0100
committerJoas Schilling <coding@schilljs.com>2022-01-24 09:01:59 +0100
commitb06c7f24886e6773219aa60d93e27ee1bb9f59d8 (patch)
tree0a6334e724d27ce489957e28012b52ca621c7aee /src/components/LeftSidebar/NewGroupConversation/SetConversationName/SetConversationName.vue
parent94b412c047d6b1895701df9241235091c81d2d64 (diff)
Fix eslint
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'src/components/LeftSidebar/NewGroupConversation/SetConversationName/SetConversationName.vue')
-rw-r--r--src/components/LeftSidebar/NewGroupConversation/SetConversationName/SetConversationName.vue3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/LeftSidebar/NewGroupConversation/SetConversationName/SetConversationName.vue b/src/components/LeftSidebar/NewGroupConversation/SetConversationName/SetConversationName.vue
index e3108b1a2..f3929ad28 100644
--- a/src/components/LeftSidebar/NewGroupConversation/SetConversationName/SetConversationName.vue
+++ b/src/components/LeftSidebar/NewGroupConversation/SetConversationName/SetConversationName.vue
@@ -21,8 +21,7 @@
<template>
<div class="set-conversation-name">
- <input
- ref="conversationName"
+ <input ref="conversationName"
v-observe-visibility="visibilityChanged"
type="text"
:value="value"