Skip to content

Commit

Permalink
fix: add api port placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
geolffreym committed Sep 12, 2022
1 parent 4f2fa0b commit 77903f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/render/core/app/components/Login/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const LoginForm = () => {
? (
<>
<Input
placeholder='Port'
placeholder='Api Port'
name='node_port'
type='number'
value={node}
Expand Down

0 comments on commit 77903f2

Please sign in to comment.