Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
Update dependency @types/react to v18.2.45 (#167)
Browse files Browse the repository at this point in the history
* Update dependency @types/react to v18.2.45

* Add required placeholder field to Select

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Adam Daley <[email protected]>
  • Loading branch information
renovate[bot] and admdly authored Dec 13, 2023
1 parent d0590ec commit e254889
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ const Index = () => {
id="webServer"
defaultValue="nginx"
labelText="Web server"
placeholder="web server"
onChange={(e) => setWebServer(e.target.value)}>
<SelectItem value="nginx" text="nginx" />
</Select>
Expand Down

0 comments on commit e254889

Please sign in to comment.