diff options
Diffstat (limited to 'ui/lib/components/CreateChannelForm.svelte')
| -rw-r--r-- | ui/lib/components/CreateChannelForm.svelte | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/ui/lib/components/CreateChannelForm.svelte b/ui/lib/components/CreateChannelForm.svelte index 8fab4c4..85c85bb 100644 --- a/ui/lib/components/CreateChannelForm.svelte +++ b/ui/lib/components/CreateChannelForm.svelte @@ -16,11 +16,6 @@ </script> <form onsubmit={handleSubmit}> - <input - type="text" - placeholder="create channel" - bind:value={name} - {disabled} - /> + <input type="text" placeholder="create channel" bind:value={name} {disabled} /> <button type="submit">➕</button> </form> |
