From 4114629f9be902d3695043c3de8db4124e61b2aa Mon Sep 17 00:00:00 2001 From: Vikas Agarwal Date: Mon, 18 Mar 2019 10:31:04 +0530 Subject: [PATCH] =?UTF-8?q?Github=20issue#2922,=20Error=20message=20for=20?= =?UTF-8?q?inviting=20users=20by=20email,=20in=20topcoder=20team,=20is=20n?= =?UTF-8?q?ot=20visible=20=E2=80=94=20Should=20fix=20it?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/projects/detail/containers/TeamManagementContainer.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/projects/detail/containers/TeamManagementContainer.jsx b/src/projects/detail/containers/TeamManagementContainer.jsx index b36650c5e..b8eece9dc 100644 --- a/src/projects/detail/containers/TeamManagementContainer.jsx +++ b/src/projects/detail/containers/TeamManagementContainer.jsx @@ -94,8 +94,8 @@ class TeamManagementContainer extends Component { } onTopcoderInviteSend(role) { - const {handles} = this.getEmailsAndHandles() - this.props.inviteTopcoderMembers(this.props.projectId, {role, handles}) + const {handles, emails } = this.getEmailsAndHandles() + this.props.inviteTopcoderMembers(this.props.projectId, {role, handles, emails}) } onProjectInviteDelete(invite) {