mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	fix: add autofocus to create environment screen
This commit is contained in:
		
							parent
							
								
									8cbfefc47a
								
							
						
					
					
						commit
						6471fd8407
					
				@ -51,6 +51,7 @@ const EnvironmentForm: React.FC<IEnvironmentForm> = ({
 | 
			
		||||
                    onFocus={() => clearErrors()}
 | 
			
		||||
                    onBlur={validateEnvironmentName}
 | 
			
		||||
                    disabled={mode === 'Edit'}
 | 
			
		||||
                    autoFocus
 | 
			
		||||
                />
 | 
			
		||||
 | 
			
		||||
                <p className={styles.inputDescription}>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user