mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	feat: set default env columns in project overview to 3 (#6338)
This commit is contained in:
		
							parent
							
								
									4c340a5224
								
							
						
					
					
						commit
						2c5d4ba0ce
					
				@ -58,6 +58,6 @@ export const useDefaultColumnVisibility = (allColumnIds: string[]) => {
 | 
			
		||||
        'createdAt',
 | 
			
		||||
        'type',
 | 
			
		||||
        'tags',
 | 
			
		||||
        ...showEnvironments(2),
 | 
			
		||||
        ...showEnvironments(3),
 | 
			
		||||
    ]);
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user