fix: typo

This commit is contained in:
liyasthomas
2021-11-02 19:39:39 +05:30
parent b0dd6b0bd6
commit 3b2cabd3f3

View File

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