Skip to content

Commit

Permalink
fix: hostd update placeholder net address port
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfreska committed Jan 25, 2024
1 parent d011c52 commit 8f8a17f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/twenty-chefs-flow.md
@@ -0,0 +1,5 @@
---
'hostd': minor
---

Update the net address placeholder value to show port 9982.
2 changes: 1 addition & 1 deletion .eslintignore
@@ -1,2 +1,2 @@
node_modules
.next
.next
2 changes: 1 addition & 1 deletion apps/hostd/contexts/config/fields.tsx
Expand Up @@ -34,7 +34,7 @@ export function getFields({
category: 'host',
title: 'Address',
description: <>The network address of the host.</>,
placeholder: 'my.host.com:9882',
placeholder: 'my.host.com:9982',
validation: {
required: 'required',
},
Expand Down

0 comments on commit 8f8a17f

Please sign in to comment.