mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	changed order for feature toggles.
This commit is contained in:
		
							parent
							
								
									832b917954
								
							
						
					
					
						commit
						778b81f1cd
					
				@ -25,7 +25,7 @@ function getFeatures() {
 | 
				
			|||||||
    return knex
 | 
					    return knex
 | 
				
			||||||
        .select(FEATURE_COLUMNS)
 | 
					        .select(FEATURE_COLUMNS)
 | 
				
			||||||
        .from('features')
 | 
					        .from('features')
 | 
				
			||||||
        .orderBy('created_at', 'desc')
 | 
					        .orderBy('name', 'asc')
 | 
				
			||||||
        .map(rowToFeature);
 | 
					        .map(rowToFeature);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user