chore: do not set default for required value in FancyCheckbox
This commit is contained in:
parent
9d1750f1db
commit
886ab6b1d7
|
|
@ -28,7 +28,6 @@ withDefaults(defineProps<{
|
|||
disabled?: boolean,
|
||||
isBlock?: boolean
|
||||
}>(), {
|
||||
modelValue: false,
|
||||
disabled: false,
|
||||
isBlock: false,
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue