diff options
Diffstat (limited to 'ui/lib/components/CreateConversationForm.svelte')
| -rw-r--r-- | ui/lib/components/CreateConversationForm.svelte | 2 |
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">➕</button> </form> |
