fix: pass is advanced prop event it is false
This commit is contained in:
parent
ca3ef3401e
commit
a15a616833
|
@ -68,7 +68,13 @@ const ConnectViaIP = () => {
|
|||
/>
|
||||
</YStack>
|
||||
) : (
|
||||
<InputsRow addressType={NODE} address={nodeAddress} port={''} portType={''} />
|
||||
<InputsRow
|
||||
addressType={NODE}
|
||||
address={nodeAddress}
|
||||
port={''}
|
||||
portType={''}
|
||||
isAdvanced={isAdvanced}
|
||||
/>
|
||||
)}
|
||||
<Separator borderColor={'#e3e3e3'} />
|
||||
<YStack space={'$2'}>
|
||||
|
|
Loading…
Reference in New Issue