summaryrefslogtreecommitdiff
path: root/ui/lib/components/CreateChannelForm.svelte
diff options
context:
space:
mode:
authorKit La Touche <kit@transneptune.net>2025-01-13 17:34:46 -0500
committerKit La Touche <kit@transneptune.net>2025-01-13 17:34:46 -0500
commit55c6b6788f670cd7b2c96f6e8ae7bb2378b86176 (patch)
treeb4ad6208a72cdb0b83c6ff89ff61de20539dc777 /ui/lib/components/CreateChannelForm.svelte
parent21c566479962cd7ecfa6dccd929b3069d0b201f9 (diff)
parentbdb7e677e2eaae1cc730915c79dd024c8acebdd3 (diff)
Merge branch 'main' into wip/fonts
Diffstat (limited to 'ui/lib/components/CreateChannelForm.svelte')
-rw-r--r--ui/lib/components/CreateChannelForm.svelte7
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">&#x2795;</button>
</form>