FIX: send test email doesn't show a status

This commit is contained in:
Arpit Jalan 2019-02-25 17:42:58 +05:30
parent 900e187627
commit 91e771ece6
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ export default Ember.Controller.extend({
data: { email_address: this.get("testEmailAddress") }
})
.then(response =>
this.set("sentTestEmailMessage", response.send_test_email_message)
this.set("sentTestEmailMessage", response.sent_test_email_message)
)
.catch(e => {
if (e.responseJSON && e.responseJSON.errors) {