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:
parent
84dbae20e8
commit
f8e75e5250
@ -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> = ({
|
||||
|
Loading…
Reference in New Issue
Block a user