mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Added membersTableStatus feature flag
refs https://github.com/TryGhost/Team/issues/1035
This commit is contained in:
parent
be5677cbd1
commit
82eec9f6a5
1 changed files with 2 additions and 1 deletions
|
@ -33,7 +33,8 @@ const ALPHA_FEATURES = [
|
||||||
'membersActivityFeed',
|
'membersActivityFeed',
|
||||||
'improvedOnboarding',
|
'improvedOnboarding',
|
||||||
'tierWelcomePages',
|
'tierWelcomePages',
|
||||||
'tierName'
|
'tierName',
|
||||||
|
'membersTableStatus'
|
||||||
];
|
];
|
||||||
|
|
||||||
module.exports.GA_KEYS = [...GA_FEATURES];
|
module.exports.GA_KEYS = [...GA_FEATURES];
|
||||||
|
|
Loading…
Add table
Reference in a new issue