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

feat: remove archived from filters (#9719)

This commit is contained in:
Mateusz Kwasniewski 2025-04-08 13:22:53 +02:00 committed by GitHub
parent 84dbae20e8
commit f8e75e5250
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,7 +44,6 @@ const lifecycleOptions: {
{ label: 'Develop', value: 'pre-live' },
{ label: 'Rollout production', value: 'live' },
{ label: 'Cleanup', value: 'completed' },
{ label: 'Archived', value: 'archived' },
];
export const LifecycleFilters: FC<ILifecycleFiltersProps> = ({