mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-04 13:48:56 +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: 'Develop', value: 'pre-live' },
|
||||||
{ label: 'Rollout production', value: 'live' },
|
{ label: 'Rollout production', value: 'live' },
|
||||||
{ label: 'Cleanup', value: 'completed' },
|
{ label: 'Cleanup', value: 'completed' },
|
||||||
{ label: 'Archived', value: 'archived' },
|
|
||||||
];
|
];
|
||||||
|
|
||||||
export const LifecycleFilters: FC<ILifecycleFiltersProps> = ({
|
export const LifecycleFilters: FC<ILifecycleFiltersProps> = ({
|
||||||
|
Loading…
Reference in New Issue
Block a user