refactored bulk actions & implemented bulk trash for all listings
This commit is contained in:
@@ -276,7 +276,11 @@ define(
|
||||
this.props.messages['created']();
|
||||
}
|
||||
} else {
|
||||
this.setState({ errors: response });
|
||||
if(response === false) {
|
||||
// unknown error occurred
|
||||
} else {
|
||||
this.setState({ errors: response });
|
||||
}
|
||||
}
|
||||
}.bind(this));
|
||||
},
|
||||
|
Reference in New Issue
Block a user