diff --git a/src/components/CommonUserModal.tsx b/src/components/CommonUserModal.tsx index c9f31875..d8981f2c 100644 --- a/src/components/CommonUserModal.tsx +++ b/src/components/CommonUserModal.tsx @@ -290,7 +290,7 @@ const CommonUserModal: React.FC = ({ : userType === FormContextType.TEACHER ? RoleId.TEACHER : RoleId.TEAM_LEADER, - cohortId: + cohortIds: userType === FormContextType.TEAM_LEADER ? [selectedBlockCohortId] : [selectedCenterCode],