From bdf598ccb283e569fdf62d905d1bbc84d5cdcf44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Wed, 14 Nov 2018 21:38:53 -0800 Subject: [PATCH] minor fix --- public/app/core/components/switch.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/core/components/switch.ts b/public/app/core/components/switch.ts index 6644810afbe..edfed5593e0 100644 --- a/public/app/core/components/switch.ts +++ b/public/app/core/components/switch.ts @@ -9,7 +9,7 @@ const template = `
- +
`;