From 333642e0655c17319e21b72d13a811791956c1a1 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Tue, 27 Sep 2022 15:45:42 -0400 Subject: [PATCH] Adding the email_admins for new application config. (#742) --- src/shared/components/home/site-form.tsx | 32 ++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/src/shared/components/home/site-form.tsx b/src/shared/components/home/site-form.tsx index 74eef0a..bc0072c 100644 --- a/src/shared/components/home/site-form.tsx +++ b/src/shared/components/home/site-form.tsx @@ -53,6 +53,7 @@ export class SiteForm extends Component { legal_information: None, description: None, community_creation_admin_only: None, + application_email_admins: None, auth: undefined, hide_modlog_mod_names: Some(true), }), @@ -101,6 +102,7 @@ export class SiteForm extends Component { default_theme: Some(site.default_theme), default_post_listing_type: Some(site.default_post_listing_type), legal_information: site.legal_information, + application_email_admins: Some(site.application_email_admins), hide_modlog_mod_names: site.hide_modlog_mod_names, auth: undefined, }), @@ -388,6 +390,30 @@ export class SiteForm extends Component { +
+
+
+ + +
+
+