fix: make isButton prop optional
This commit is contained in:
parent
3e311e07cd
commit
3d420c3770
@ -37,7 +37,7 @@ interface Props {
|
||||
entity: string
|
||||
entityId: number
|
||||
subscription: SubscriptionModel
|
||||
isButton: boolean
|
||||
isButton?: boolean
|
||||
}
|
||||
|
||||
const props = withDefaults(defineProps<Props>(), {
|
||||
|
Loading…
x
Reference in New Issue
Block a user