fix: make isButton prop optional
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
kolaente 2022-01-30 23:27:22 +01:00
parent 3e311e07cd
commit 3d420c3770
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

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