Skip to content

Commit

Permalink
worked on team creation
Browse files Browse the repository at this point in the history
  • Loading branch information
OchiengPaul442 committed Dec 5, 2023
1 parent dd78275 commit 9993653
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions netmanager/src/views/pages/Teams/Teams.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ const CreateTeam = ({

if (team.name && team.description) {
let teamData = {
user_id: JSON.parse(localStorage.getItem('currentUser'))?._id,
grp_title: team.name,
grp_description: team.description
};
Expand Down

0 comments on commit 9993653

Please sign in to comment.