Browse Source

- Fix: When saving Admin Panel / Layout, save also SMTP settings.

Thanks to xet7 !
Lauri Ojansivu 6 năm trước cách đây
mục cha
commit
f0232fb5cb
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      client/components/settings/settingBody.js

+ 2 - 0
client/components/settings/settingBody.js

@@ -155,6 +155,8 @@ BlazeComponent.extendComponent({
       this.setLoading(false);
     }
 
+    saveMailServerInfo();
+
   },
 
   sendSMTPTestEmail() {