Skip to content

Commit

Permalink
Remove bad validation on connect peer
Browse files Browse the repository at this point in the history
  • Loading branch information
benthecarman committed Dec 30, 2023
1 parent 2bd8b21 commit bb6d2b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/KitchenSink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ function ConnectPeer(props: { refetchPeers: RefetchPeersType }) {
<TextField.Root
value={value()}
onChange={setValue}
validationState={value() == "" ? "valid" : "invalid"}
class="flex flex-col gap-4"
>
<TextField.Label class="text-sm font-semibold uppercase">
Expand Down

0 comments on commit bb6d2b6

Please sign in to comment.