mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-10-31 22:40:01 +00:00
[chore] Add name to instance field for autosuggestion (#1359)
This commit is contained in:
parent
747683ba54
commit
b375d3b5d6
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ module.exports = function Login({ }) {
|
|||
<TextInput
|
||||
field={form.instance}
|
||||
label="Instance"
|
||||
name="instance"
|
||||
/>
|
||||
<MutationButton label="Login" result={result} />
|
||||
</form>
|
||||
|
|
Loading…
Reference in a new issue