adding other sections like testimonials and now branching out

This commit is contained in:
Arjun Patel
2022-01-26 16:34:11 -08:00
parent 1d59ee2b78
commit 02b7dc64f9
3 changed files with 50 additions and 66 deletions
+1
View File
@@ -53,6 +53,7 @@ export default function CreateTeam() {
team.name = teamName;
team.createdByUserId = currUser.uid;
team.status = TeamStatus.created;
team.allowedUserCount = 2;
if (companySite != initialSite) {
// make sure to put null in database for the team