fixed merge fuck

This commit is contained in:
Jonathan Labreuille
2016-04-28 17:15:07 +02:00
parent 4047b41a7f
commit 962e91f9dc

View File

@@ -107,9 +107,7 @@ define(
this.setState({ loading: false });
if(response.result === true) {
this.context.router.push('/');
MailPoet.Notice.success(
MailPoet.Notice.success(response.data.message);
);
MailPoet.Notice.success(response.data.message);
} else {
if(response.errors) {
MailPoet.Notice.error(response.errors);