File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -220,10 +220,6 @@ export default function(state = {}, action) {
220220 Alert . success ( 'Member updated successfully.' )
221221 return state
222222
223- case UPDATE_PROJECT_MEMBER_FAILURE :
224- Alert . error ( 'Error updating member.' )
225- return state
226-
227223 case ACCEPT_OR_REFUSE_INVITE_SUCCESS :
228224 if ( action . payload . status === PROJECT_MEMBER_INVITE_STATUS_ACCEPTED ) {
229225 Alert . success ( 'You\'ve successfully joined the project.' )
@@ -269,6 +265,7 @@ export default function(state = {}, action) {
269265 case EXTEND_PRODUCT_MILESTONE_FAILURE :
270266 case SUBMIT_FINAL_FIXES_REQUEST_FAILURE :
271267 case ACCEPT_OR_REFUSE_INVITE_FAILURE :
268+ case UPDATE_PROJECT_MEMBER_FAILURE :
272269 if ( action . payload && action . payload . response ) {
273270 const rdata = action . payload . response . data
274271 if ( rdata && rdata . result && rdata . result . content && rdata . result . content . message ) {
You can’t perform that action at this time.
0 commit comments