Skip to content

Commit

Permalink
[chore] Add name to instance field for autosuggestion (#1359)
Browse files Browse the repository at this point in the history
  • Loading branch information
f0x52 committed Jan 19, 2023
1 parent 747683b commit b375d3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/source/settings/components/authorization/login.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ module.exports = function Login({ }) {
<TextInput
field={form.instance}
label="Instance"
name="instance"
/>
<MutationButton label="Login" result={result} />
</form>
Expand Down

0 comments on commit b375d3b

Please sign in to comment.