mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	fix: drop staleness column form features archive (#4338)
## About the changes Drop "status" (stale or active) column from features archive table. Closes #4315
This commit is contained in:
		
							parent
							
								
									88b935fdba
								
							
						
					
					
						commit
						041c06560c
					
				@ -172,15 +172,6 @@ export const ArchiveTable = ({
 | 
				
			|||||||
                      },
 | 
					                      },
 | 
				
			||||||
                  ]
 | 
					                  ]
 | 
				
			||||||
                : []),
 | 
					                : []),
 | 
				
			||||||
            {
 | 
					 | 
				
			||||||
                Header: 'State',
 | 
					 | 
				
			||||||
                accessor: 'stale',
 | 
					 | 
				
			||||||
                Cell: FeatureStaleCell,
 | 
					 | 
				
			||||||
                sortType: 'boolean',
 | 
					 | 
				
			||||||
                maxWidth: 120,
 | 
					 | 
				
			||||||
                filterName: 'state',
 | 
					 | 
				
			||||||
                filterParsing: (value: any) => (value ? 'stale' : 'active'),
 | 
					 | 
				
			||||||
            },
 | 
					 | 
				
			||||||
            {
 | 
					            {
 | 
				
			||||||
                Header: 'Actions',
 | 
					                Header: 'Actions',
 | 
				
			||||||
                id: 'Actions',
 | 
					                id: 'Actions',
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user