diff --git a/packages/hoppscotch-app/components/teams/index.vue b/packages/hoppscotch-app/components/teams/index.vue index 007340909..c95690318 100644 --- a/packages/hoppscotch-app/components/teams/index.vue +++ b/packages/hoppscotch-app/components/teams/index.vue @@ -98,6 +98,10 @@ defineProps<{ modal: boolean }>() +defineProps<{ + modal: boolean +}>() + const showModalAdd = ref(false) const showModalEdit = ref(false) const showModalInvite = ref(false)