mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Cleaned up labs flags for GA member filtering features
no issue - "Last seen" and "Name/Email" filters are now GA without the feature flag in Admin
This commit is contained in:
parent
4b540ecb01
commit
c4470ff732
1 changed files with 1 additions and 3 deletions
|
@ -35,9 +35,7 @@ const ALPHA_FEATURES = [
|
|||
'beforeAfterCard',
|
||||
'tweetGridCard',
|
||||
'membersActivityFeed',
|
||||
'improvedOnboarding',
|
||||
'membersLastSeenFilter',
|
||||
'membersContainsFilters'
|
||||
'improvedOnboarding'
|
||||
];
|
||||
|
||||
module.exports.GA_KEYS = [...GA_FEATURES];
|
||||
|
|
Loading…
Reference in a new issue