Skip to content

Commit 4114629

Browse files
author
Vikas Agarwal
committed
Github issue#2922, Error message for inviting users by email, in topcoder team, is not visible
— Should fix it
1 parent e8c8ba6 commit 4114629

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)