converted newsletterTemplates endpoint + react

This commit is contained in:
Jonathan Labreuille
2016-08-09 16:03:38 +02:00
parent b9637b52e9
commit 52da08abb2
3 changed files with 61 additions and 38 deletions

View File

@@ -104,7 +104,7 @@ define([
return MailPoet.Ajax.post({
endpoint: 'newsletterTemplates',
action: 'save',
data: data,
data: data
});
});