diff options
| author | Kit La Touche <kit@transneptune.net> | 2025-01-13 17:34:46 -0500 |
|---|---|---|
| committer | Kit La Touche <kit@transneptune.net> | 2025-01-13 17:34:46 -0500 |
| commit | 55c6b6788f670cd7b2c96f6e8ae7bb2378b86176 (patch) | |
| tree | b4ad6208a72cdb0b83c6ff89ff61de20539dc777 /ui/lib/components/CreateChannelForm.svelte | |
| parent | 21c566479962cd7ecfa6dccd929b3069d0b201f9 (diff) | |
| parent | bdb7e677e2eaae1cc730915c79dd024c8acebdd3 (diff) | |
Merge branch 'main' into wip/fonts
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> |
