Skip to content

Commit fbcf2b4

Browse files
committed
Added alert for project invite success as well
1 parent 886779a commit fbcf2b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/reducers/alerts.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@ export default function(state = {}, action) {
128128
return state
129129

130130
case INVITE_TOPCODER_MEMBER_SUCCESS:
131-
Alert.success('You\'ve successfully invited members.')
131+
case INVITE_CUSTOMER_SUCCESS:
132+
Alert.success('You\'ve successfully invited member(s).')
132133
return state
133134

134135
case REMOVE_TOPCODER_MEMBER_INVITE_SUCCESS:

0 commit comments

Comments
 (0)