mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	chore: update default version in UI (#4761)
We get a flash of the Unleash scaffold when we first load the page. For a brief moment, we display version 3 and then overwrite it with the correct version. Looks kinda silly, we know we're in version 5.x so let's just do that
This commit is contained in:
		
							parent
							
								
									70600552d2
								
							
						
					
					
						commit
						efa2117ded
					
				@ -3,7 +3,7 @@ import { IUiConfig } from 'interfaces/uiConfig';
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
export const defaultValue: IUiConfig = {
 | 
					export const defaultValue: IUiConfig = {
 | 
				
			||||||
    name: 'Unleash',
 | 
					    name: 'Unleash',
 | 
				
			||||||
    version: '3.x',
 | 
					    version: '5.x',
 | 
				
			||||||
    slogan: 'The enterprise ready feature toggle service.',
 | 
					    slogan: 'The enterprise ready feature toggle service.',
 | 
				
			||||||
    flags: {
 | 
					    flags: {
 | 
				
			||||||
        P: false,
 | 
					        P: false,
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user