feat: teams modal wrapper
This commit is contained in:
@@ -98,6 +98,10 @@ defineProps<{
|
|||||||
modal: boolean
|
modal: boolean
|
||||||
}>()
|
}>()
|
||||||
|
|
||||||
|
defineProps<{
|
||||||
|
modal: boolean
|
||||||
|
}>()
|
||||||
|
|
||||||
const showModalAdd = ref(false)
|
const showModalAdd = ref(false)
|
||||||
const showModalEdit = ref(false)
|
const showModalEdit = ref(false)
|
||||||
const showModalInvite = ref(false)
|
const showModalInvite = ref(false)
|
||||||
|
|||||||
Reference in New Issue
Block a user