Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
parity-signer
Commits
d880c815
Unverified
Commit
d880c815
authored
May 26, 2020
by
Hanwen Cheng
Committed by
GitHub
May 26, 2020
Browse files
fix: new identity name input can't be focus (#627)
parent
4d9e046c
Pipeline
#94194
failed with stages
in 3 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/screens/IdentityNew.tsx
View file @
d880c815
...
...
@@ -172,7 +172,6 @@ function IdentityNew({
testID
=
{
testIDs
.
IdentityNew
.
nameInput
}
value
=
{
accounts
.
getNewIdentity
().
name
}
placeholder
=
"Identity Name"
focus
=
{
false
}
/>
{
isRecover
?
renderRecoverView
()
:
renderCreateView
()
}
</
KeyboardScrollView
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment