0
Fork 0
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:
Djordje Vlaisavljevic 2022-02-14 12:59:14 +01:00
parent be5677cbd1
commit 82eec9f6a5

View file

@ -33,7 +33,8 @@ const ALPHA_FEATURES = [
'membersActivityFeed',
'improvedOnboarding',
'tierWelcomePages',
'tierName'
'tierName',
'membersTableStatus'
];
module.exports.GA_KEYS = [...GA_FEATURES];