[chore] Add name to instance field for autosuggestion (#1359)
This commit is contained in:
parent
747683ba54
commit
b375d3b5d6
|
@ -60,6 +60,7 @@ module.exports = function Login({ }) {
|
||||||
<TextInput
|
<TextInput
|
||||||
field={form.instance}
|
field={form.instance}
|
||||||
label="Instance"
|
label="Instance"
|
||||||
|
name="instance"
|
||||||
/>
|
/>
|
||||||
<MutationButton label="Login" result={result} />
|
<MutationButton label="Login" result={result} />
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Reference in New Issue