Skip to content

Commit

Permalink
Fixed #3762 - Tristatecheckbox default case added
Browse files Browse the repository at this point in the history
  • Loading branch information
bahadirsofuoglu committed Mar 17, 2023
1 parent 2e30535 commit eb3aae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/tristatecheckbox/TriStateCheckbox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export default {
newValue = null;
break;
case null:
default:
newValue = true;
break;
}
Expand Down

0 comments on commit eb3aae9

Please sign in to comment.