Skip to content

Commit

Permalink
Rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
enejb committed May 10, 2024
1 parent 8e07ea2 commit 469e27d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions client/my-sites/site-settings/settings-newsletter/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,13 @@ const NewsletterSettingsForm = withSiteSettings(
value={ settings?.wpcom_subscription_emails_use_excerpt }
/>
</Card>
<Card className="site-settings__card">
<ReplyToSetting
disabled={ disabled }
updateFields={ updateSettings }
value={ settings?.jetpack_subscriptions_reply_to }
/>
</Card>
{ /* @ts-expect-error SettingsSectionHeader is not typed and is causing errors */ }
<SettingsSectionHeader
id="newsletter-categories-settings"
Expand Down

0 comments on commit 469e27d

Please sign in to comment.