From 1ad2ca404a1590aaf185a873387904c2862bad1d Mon Sep 17 00:00:00 2001 From: metonym Date: Fri, 18 Feb 2022 06:12:28 -0800 Subject: [PATCH] fix(content-switcher): `Switch` should have `type="button"` (#1104) Fixes #1103 --- src/ContentSwitcher/Switch.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ContentSwitcher/Switch.svelte b/src/ContentSwitcher/Switch.svelte index 68a76066..48fd5b4d 100644 --- a/src/ContentSwitcher/Switch.svelte +++ b/src/ContentSwitcher/Switch.svelte @@ -41,6 +41,7 @@