From 267d6777051430dcf0610c0db69e8a58e23bdc8a Mon Sep 17 00:00:00 2001 From: Sag Date: Wed, 3 Apr 2024 18:10:58 +0200 Subject: [PATCH] Removed leftover alpha lab (#19978) refs https://ghost.slack.com/archives/C02G9E68C/p1712150935653429 - the 'newEmailAddresses' feature has been released to GA, end of January (https://github.com/TryGhost/Ghost/commit/7d0be3f1a920c70cd48c76c765d8c67286698b6d) - but, the flag was still shown as alpha in Settings --- .../src/components/settings/advanced/labs/AlphaFeatures.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/apps/admin-x-settings/src/components/settings/advanced/labs/AlphaFeatures.tsx b/apps/admin-x-settings/src/components/settings/advanced/labs/AlphaFeatures.tsx index 35b22eca9a..1340e93b61 100644 --- a/apps/admin-x-settings/src/components/settings/advanced/labs/AlphaFeatures.tsx +++ b/apps/admin-x-settings/src/components/settings/advanced/labs/AlphaFeatures.tsx @@ -51,10 +51,6 @@ const features = [{ title: 'AdminX Demo', description: 'Adds a navigation link to the AdminX demo app', flag: 'adminXDemo' -},{ - title: 'New email addresses', - description: 'For self hosters, forces the usage of the mail.from config as from address for all outgoing emails', - flag: 'newEmailAddresses' },{ title: 'Onboarding checklist', description: 'Onboarding checklist that helps new customers get started',