Skip to content

Commit

Permalink
fix(plugins): emit boolean from checkbox (#795)
Browse files Browse the repository at this point in the history
* fix(plugins): emit boolean from checkbox

* fix: set value on checkbox
  • Loading branch information
2xAA authored Nov 29, 2022
1 parent e62f47a commit c13f54a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Plugins.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
<c span="3">
<Checkbox
@input="handleEnableInput(plugin.id)"
:value="plugin.enabled"
:emitBoolean="true"
class="light"
/>
</c>
Expand Down

0 comments on commit c13f54a

Please sign in to comment.