mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-10 01:00:28 +03:00
Implemented MR #2317
This commit is contained in:
parent
737f2bbd29
commit
623b2d1fd4
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ function JoinAliasContent({ term, requestClose }) {
|
|||
|
||||
return (
|
||||
<form className="join-alias" onSubmit={handleSubmit}>
|
||||
<Input label="Address" value={term} name="alias" required />
|
||||
<Input label="Address" value={term} name="alias" required autoFocus />
|
||||
{error && (
|
||||
<Text className="join-alias__error" variant="b3">
|
||||
{error}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue