chore: autofocus text fields
This commit is contained in:
@@ -67,7 +67,6 @@ class RegisterFormBase extends Component {
|
||||
.doc(user.uid)
|
||||
.set({
|
||||
email: user.email,
|
||||
theme: "LIGHT",
|
||||
})
|
||||
this.props.history.push("/")
|
||||
})
|
||||
|
||||
@@ -104,7 +104,7 @@ class Search extends Component {
|
||||
<SearchLayout>
|
||||
<SearchGrid>
|
||||
<Input
|
||||
autoFocus={true}
|
||||
autoFocus={true}
|
||||
value={searchInput}
|
||||
onChange={e => this.onChange(e)}
|
||||
type="text"
|
||||
|
||||
Reference in New Issue
Block a user