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