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
|
||||
entityId: number
|
||||
subscription: SubscriptionModel
|
||||
isButton: boolean
|
||||
isButton?: boolean
|
||||
}
|
||||
|
||||
const props = withDefaults(defineProps<Props>(), {
|
||||
|
|
Loading…
Reference in a new issue