fix: make isButton prop optional

This commit is contained in:
kolaente 2022-01-30 23:27:22 +01:00
parent 3e311e07cd
commit 3d420c3770
No known key found for this signature in database
GPG key ID: F40E70337AB24C9B

View file

@ -37,7 +37,7 @@ interface Props {
entity: string entity: string
entityId: number entityId: number
subscription: SubscriptionModel subscription: SubscriptionModel
isButton: boolean isButton?: boolean
} }
const props = withDefaults(defineProps<Props>(), { const props = withDefaults(defineProps<Props>(), {