From 06e0f1fc3e169fd202f08fb5e1450c1d30422fb5 Mon Sep 17 00:00:00 2001 From: Chris W Date: Sat, 21 Oct 2023 20:03:48 -0600 Subject: [PATCH] make mastodon url field not required --- src/lib/components/ShareMenu.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/components/ShareMenu.svelte b/src/lib/components/ShareMenu.svelte index a86ed51..d6c64e1 100644 --- a/src/lib/components/ShareMenu.svelte +++ b/src/lib/components/ShareMenu.svelte @@ -15,7 +15,7 @@ type: 'prompt', // Data title: 'Mastodon instance URL', - valueAttr: { type: 'text', required: true, placeholder: 'https://mastodon.social' }, + valueAttr: { type: 'text', placeholder: 'https://mastodon.social' }, // Returns the updated response value response: (r: string) => { // Strip everything but the host and tld