Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit cf821b9

Browse files
nikolaiberestevich-derivNikolai Berestevich
andauthored
nikolai.berestevich/fix/blog-subscribe-touched (#2080)
Co-authored-by: Nikolai Berestevich <[email protected]>
1 parent 02c7efb commit cf821b9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/pages/academy/components/_subscribe.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,6 @@ const Subscribe = () => {
351351
handleError={clearName}
352352
onChange={handleInputNameChange}
353353
onBlur={handleValidation}
354-
autoFocus={true}
355354
autoComplete="off"
356355
border="unset"
357356
height="40px"
@@ -374,7 +373,6 @@ const Subscribe = () => {
374373
handleError={clearEmail}
375374
onChange={handleInputChange}
376375
onBlur={handleValidation}
377-
autoFocus={true}
378376
autoComplete="off"
379377
required
380378
border="unset"

0 commit comments

Comments
 (0)