diff --git a/ghost/admin/app/components/settings/newsletters.js b/ghost/admin/app/components/settings/newsletters.js index 6f0d654e09..0d9af64cc7 100644 --- a/ghost/admin/app/components/settings/newsletters.js +++ b/ghost/admin/app/components/settings/newsletters.js @@ -85,6 +85,11 @@ export default class Newsletters extends Component { } this.recipientsSelectValue = this._getDerivedRecipientsSelectValue(); + + // Force a save when the toggle is changed + // this is required + // eslint-disable-next-line no-console + this.settings.save().catch(console.error); } @action