浏览代码

fix(mail): typo in admin mail save mutation

Nicolas Giard 3 年之前
父节点
当前提交
1e577735c4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      client/components/admin/admin-mail.vue

+ 1 - 1
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 || '',