Skip to content

Commit

Permalink
Merge pull request #313 from AkshataKatwal16/relese-changes
Browse files Browse the repository at this point in the history
Issue feat:change payload of create user
  • Loading branch information
itsvick authored Nov 12, 2024
2 parents 56ccd4d + 02fad65 commit 4e4e6b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CommonUserModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ const CommonUserModal: React.FC<UserModalProps> = ({
: userType === FormContextType.TEACHER
? RoleId.TEACHER
: RoleId.TEAM_LEADER,
cohortId:
cohortIds:
userType === FormContextType.TEAM_LEADER
? [selectedBlockCohortId]
: [selectedCenterCode],
Expand Down

0 comments on commit 4e4e6b8

Please sign in to comment.