summaryrefslogtreecommitdiff
path: root/ui/lib/components/CreateChannelForm.svelte
diff options
context:
space:
mode:
authorOwen Jacobson <owen@grimoire.ca>2025-01-11 13:34:13 -0500
committerOwen Jacobson <owen@grimoire.ca>2025-01-11 13:34:13 -0500
commit6d51f8568e337e768505ccfdef916b84dd6eb1b3 (patch)
treedec4545ccbe44c8e2baf6e633308359f40ac610a /ui/lib/components/CreateChannelForm.svelte
parentd858fc8105cfe6333671426fe0e43302bceace92 (diff)
npm run format
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>