diff --git a/src/shared/components/home/site-form.tsx b/src/shared/components/home/site-form.tsx index 74eef0a3..bc0072c4 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 { +
+
+
+ + +
+
+