0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Added membersTimeFilters labs flag

no issue

- flag for gating access to in-development date based filters for the members list screen in Admin
This commit is contained in:
Kevin Ansfield 2022-03-02 21:35:31 +00:00
parent c5f8853ad9
commit ac02b95c5c

View file

@ -36,6 +36,7 @@ const ALPHA_FEATURES = [
'tierName',
'membersTableStatus',
'membersLastSeenFilter',
'membersTimeFilters',
'selectablePortalLinks'
];