From c13f54a15c03d969c8db463c08d1efc1b0e1d21a Mon Sep 17 00:00:00 2001 From: Sam Wray Date: Tue, 29 Nov 2022 21:13:05 +0000 Subject: [PATCH] fix(plugins): emit boolean from checkbox (#795) * fix(plugins): emit boolean from checkbox * fix: set value on checkbox --- src/components/Plugins.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/Plugins.vue b/src/components/Plugins.vue index 7aa53acdd..1727290da 100644 --- a/src/components/Plugins.vue +++ b/src/components/Plugins.vue @@ -24,6 +24,8 @@