feat: teams modal wrapper

This commit is contained in:
liyasthomas
2021-10-03 18:14:52 +05:30
parent eacf8113af
commit 6496aded25

View File

@@ -98,6 +98,10 @@ defineProps<{
modal: boolean
}>()
defineProps<{
modal: boolean
}>()
const showModalAdd = ref(false)
const showModalEdit = ref(false)
const showModalInvite = ref(false)