Fixed #3762 - Tristatecheckbox default case added

pull/3767/head
Bahadır Sofuoğlu 2023-03-17 16:56:30 +03:00
parent 2e3053520b
commit eb3aae9557
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ export default {
newValue = null;
break;
case null:
default:
newValue = true;
break;
}