chore: do not set default for required value in Subscription
This commit is contained in:
parent
c71084d64a
commit
4e6a272a0f
|
|
@ -53,7 +53,6 @@ const props = withDefaults(defineProps<{
|
|||
isButton?: boolean,
|
||||
type?: 'button' | 'dropdown',
|
||||
}>(), {
|
||||
modelValue: null,
|
||||
isButton: true,
|
||||
type: 'button',
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue