summaryrefslogtreecommitdiff
path: root/ui/lib/components/CreateConversationForm.svelte
diff options
context:
space:
mode:
Diffstat (limited to 'ui/lib/components/CreateConversationForm.svelte')
-rw-r--r--ui/lib/components/CreateConversationForm.svelte2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/lib/components/CreateConversationForm.svelte b/ui/lib/components/CreateConversationForm.svelte
index e390a78..812a5cf 100644
--- a/ui/lib/components/CreateConversationForm.svelte
+++ b/ui/lib/components/CreateConversationForm.svelte
@@ -16,7 +16,7 @@
}
</script>
-<form {onsubmit}>
+<form class="create-conversation" {onsubmit}>
<input type="text" placeholder="start a conversation" bind:value={name} {disabled} />
<button type="submit">&#x2795;</button>
</form>