chore: do not set default for required value in FancyCheckbox

This commit is contained in:
kolaente 2025-05-13 21:17:22 +02:00
parent 9d1750f1db
commit 886ab6b1d7
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@ withDefaults(defineProps<{
disabled?: boolean,
isBlock?: boolean
}>(), {
modelValue: false,
disabled: false,
isBlock: false,
})