fix: admin dashboard bugs (#74)

This commit is contained in:
Joel Jacob Stephen
2023-04-07 03:23:55 +05:30
committed by GitHub
parent a33337ae0c
commit e54f837b83
8 changed files with 54 additions and 24 deletions

View File

@@ -96,9 +96,7 @@ const getTeamInfo = async () => {
fetching.value = false;
};
onMounted(async () => {
await getTeamInfo();
});
onMounted(async () => await getTeamInfo());
// Remove Invitation
const isLoadingIndex = ref<null | number>(null);