mirror of
https://github.com/apotdevin/thunderhub.git
synced 2025-02-21 14:04:03 +01:00
fix: ๐ input add peer
This commit is contained in:
parent
d48fcf3683
commit
56998d0c90
1 changed files with 3 additions and 0 deletions
|
@ -79,6 +79,7 @@ export const AddPeer = () => {
|
|||
{!separate && (
|
||||
<InputWithDeco
|
||||
title={'Url'}
|
||||
value={url}
|
||||
inputCallback={value => setUrl(value)}
|
||||
placeholder={'public_key@socket'}
|
||||
/>
|
||||
|
@ -87,11 +88,13 @@ export const AddPeer = () => {
|
|||
<>
|
||||
<InputWithDeco
|
||||
title={'Public Key'}
|
||||
value={key}
|
||||
inputCallback={value => setKey(value)}
|
||||
placeholder={'Public Key'}
|
||||
/>
|
||||
<InputWithDeco
|
||||
title={'Socket'}
|
||||
value={socket}
|
||||
inputCallback={value => setSocket(value)}
|
||||
placeholder={'Socket'}
|
||||
/>
|
||||
|
|
Loadingโฆ
Add table
Reference in a new issue