Skip to content

Commit 935daea

Browse files
author
vikasrohit
authored
Merge pull request #2923 from appirio-tech/hotfix/topcoder_team_mgmt_email_not_supported_error
Github issue#2922, Error message for inviting users by email, in topcoder team, is not visible
2 parents e8c8ba6 + 4114629 commit 935daea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/projects/detail/containers/TeamManagementContainer.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ class TeamManagementContainer extends Component {
9494
}
9595

9696
onTopcoderInviteSend(role) {
97-
const {handles} = this.getEmailsAndHandles()
98-
this.props.inviteTopcoderMembers(this.props.projectId, {role, handles})
97+
const {handles, emails } = this.getEmailsAndHandles()
98+
this.props.inviteTopcoderMembers(this.props.projectId, {role, handles, emails})
9999
}
100100

101101
onProjectInviteDelete(invite) {

0 commit comments

Comments
 (0)