Remove bad validation on connect peer

This commit is contained in:
benthecarman
2023-12-30 13:04:01 -06:00
committed by benthecarman
parent 2bd8b2156a
commit bb6d2b6475

View File

@@ -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">