Skip to content

Commit

Permalink
feat: add placeholder to server name input
Browse files Browse the repository at this point in the history
  • Loading branch information
not-nullptr committed Oct 9, 2024
1 parent 91f70f2 commit 7e67e1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/frontend/src/pages/servers/new/[id]/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
type="text"
class="rounded border p-2 [&&]:w-full"
:value="serverName"
placeholder="Server name"
@input="updateServerName($event)"
/>
<Button icon-only @click="() => createServer()">
Expand Down

0 comments on commit 7e67e1e

Please sign in to comment.