fixed merge fuck
This commit is contained in:
@@ -107,9 +107,7 @@ define(
|
|||||||
this.setState({ loading: false });
|
this.setState({ loading: false });
|
||||||
if(response.result === true) {
|
if(response.result === true) {
|
||||||
this.context.router.push('/');
|
this.context.router.push('/');
|
||||||
MailPoet.Notice.success(
|
|
||||||
MailPoet.Notice.success(response.data.message);
|
MailPoet.Notice.success(response.data.message);
|
||||||
);
|
|
||||||
} else {
|
} else {
|
||||||
if(response.errors) {
|
if(response.errors) {
|
||||||
MailPoet.Notice.error(response.errors);
|
MailPoet.Notice.error(response.errors);
|
||||||
|
Reference in New Issue
Block a user