chore: do not set default for required value in Subscription

This commit is contained in:
kolaente 2025-05-13 21:40:17 +02:00
parent c71084d64a
commit 4e6a272a0f
1 changed files with 0 additions and 1 deletions

View File

@ -53,7 +53,6 @@ const props = withDefaults(defineProps<{
isButton?: boolean,
type?: 'button' | 'dropdown',
}>(), {
modelValue: null,
isButton: true,
type: 'button',
})