adjustments to add team role and other better stuff

This commit is contained in:
Arjun Patel
2022-01-15 13:52:44 -08:00
parent 87fb480956
commit 74f8c40e45
6 changed files with 95 additions and 58 deletions
+1 -4
View File
@@ -109,11 +109,8 @@ function TeamAdmin() {
team.companySite = companySite;
}
// check again that the team has allowed count of people
// create invites for new people
// update team name and company site if it changed
await teamService.updateTeam(team);
// take user back to team dashboard
router.push("/teams/" + team.id);