1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-08-13 13:48:59 +02:00

remove last seen from global flags overview

This commit is contained in:
Tymoteusz Czech 2025-08-01 11:46:00 +02:00
parent 01ff2c5ac6
commit 17bfba50e3
No known key found for this signature in database
GPG Key ID: 133555230D88D75F
2 changed files with 0 additions and 8 deletions

View File

@ -105,13 +105,6 @@ export const FeatureToggleFilters: VFC<IFeatureToggleFiltersProps> = ({
filterKey: 'createdAt',
dateOperators: ['IS_ON_OR_AFTER', 'IS_BEFORE'],
},
{
label: 'Last seen',
icon: 'visibility',
options: [],
filterKey: 'lastSeenAt',
dateOperators: ['IS_ON_OR_AFTER', 'IS_BEFORE'],
},
{
label: 'Flag type',
icon: 'flag',

View File

@ -31,7 +31,6 @@ export const useGlobalFeatureSearch = (pageLimit = DEFAULT_PAGE_LIMIT) => {
state: FilterItemParam,
segment: FilterItemParam,
createdAt: FilterItemParam,
lastSeenAt: FilterItemParam,
type: FilterItemParam,
lifecycle: FilterItemParam,
createdBy: FilterItemParam,