[chore] Add name to instance field for autosuggestion (#1359)

This commit is contained in:
f0x52 2023-01-19 17:37:42 +01:00 committed by GitHub
parent 747683ba54
commit b375d3b5d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ module.exports = function Login({ }) {
<TextInput
field={form.instance}
label="Instance"
name="instance"
/>
<MutationButton label="Login" result={result} />
</form>