fix: make isButton prop optional
This commit is contained in:
parent
3e311e07cd
commit
3d420c3770
1 changed files with 1 additions and 1 deletions
|
@ -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>(), {
|
||||||
|
|
Loading…
Reference in a new issue