fix: make isButton prop optional
This commit is contained in:
parent
3e311e07cd
commit
3d420c3770
@ -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…
x
Reference in New Issue
Block a user