mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2026-01-03 06:14:35 +01:00
Remove bad validation on connect peer
This commit is contained in:
committed by
benthecarman
parent
2bd8b2156a
commit
bb6d2b6475
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user