Skip to content

Commit

Permalink
fix: checkboux should keep default value set in document
Browse files Browse the repository at this point in the history
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
  • Loading branch information
elzody committed Aug 16, 2024
1 parent 494bf61 commit e226009
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default defineComponent({
data() {
return {
value: false,
value: this.field.checked ?? false,
}
},
Expand Down

0 comments on commit e226009

Please sign in to comment.