Removed leftover alpha flag (#19717)

no issue
This commit is contained in:
Sag 2024-02-20 14:07:03 +01:00 committed by GitHub
parent ba3ea9b36c
commit 034df3714e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 5 deletions

View File

@ -47,10 +47,6 @@ const features = [{
title: 'Tips & donations',
description: 'Enables publishers to collect one-time payments',
flag: 'tipsAndDonations'
},{
title: 'Filter by email disabled',
description: 'Allows filtering members by email disabled',
flag: 'filterEmailDisabled'
},{
title: 'AdminX Demo',
description: 'Adds a navigation link to the AdminX demo app',

View File

@ -47,7 +47,6 @@ const ALPHA_FEATURES = [
'importMemberTier',
'lexicalIndicators',
// 'adminXOffers',
'filterEmailDisabled',
'adminXDemo'
];