From 1e577735c4a87d12edf09093652e6ecf497905a2 Mon Sep 17 00:00:00 2001 From: Nicolas Giard Date: Sat, 11 Jun 2022 17:40:48 -0400 Subject: [PATCH] fix(mail): typo in admin mail save mutation --- client/components/admin/admin-mail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/admin/admin-mail.vue b/client/components/admin/admin-mail.vue index 49b467899f..4db028af80 100644 --- a/client/components/admin/admin-mail.vue +++ b/client/components/admin/admin-mail.vue @@ -203,7 +203,7 @@ export default { senderEmail: this.config.senderEmail || '', host: this.config.host || '', port: _.toSafeInteger(this.config.port) || 0, - namer: this.config.name || '', + name: this.config.name || '', secure: this.config.secure || false, verifySSL: this.config.verifySSL || false, user: this.config.user || '',