1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-23 00:22:19 +01:00

fix: add autofocus to create environment screen

This commit is contained in:
Youssef 2022-01-28 15:18:40 +01:00
parent 8cbfefc47a
commit 6471fd8407

View File

@ -51,6 +51,7 @@ const EnvironmentForm: React.FC<IEnvironmentForm> = ({
onFocus={() => clearErrors()}
onBlur={validateEnvironmentName}
disabled={mode === 'Edit'}
autoFocus
/>
<p className={styles.inputDescription}>