Skip to content

Commit 92acc56

Browse files
committed
auto focus for docker fixed
1 parent 353963d commit 92acc56

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/dockerRegistry/Docker.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1615,7 +1615,7 @@ function DockerForm({
16151615
label="Name"
16161616
disabled={!!id}
16171617
placeholder="e.g. Registry name"
1618-
autoFocus={false}
1618+
autoFocus={true}
16191619
/>
16201620
</div>
16211621
<div className="form__row">
@@ -1634,7 +1634,6 @@ function DockerForm({
16341634
!!(registryUrl || selectedDockerRegistryType.defaultRegistryURL))
16351635
}
16361636
placeholder={selectedDockerRegistryType.registryURL.placeholder}
1637-
autoFocus={false}
16381637
/>
16391638
</div>
16401639
</div>

0 commit comments

Comments
 (0)