mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-21 00:40:09 +00:00
fix: remove option for is advanced
This commit is contained in:
parent
7fadf4876d
commit
601378588c
@ -31,6 +31,7 @@ export const Node: Story = {
|
||||
address: DEFAULT_ADDRESS,
|
||||
port: '',
|
||||
portType: '',
|
||||
isAdvanced: false,
|
||||
},
|
||||
}
|
||||
|
||||
|
@ -9,7 +9,7 @@ import { BEACON, VC } from '../../../constants'
|
||||
type InputsRowProps = {
|
||||
addressType: string
|
||||
portType: string
|
||||
isAdvanced?: boolean
|
||||
isAdvanced: boolean
|
||||
address: string
|
||||
port: string
|
||||
isSwitchOn?: boolean
|
||||
|
Loading…
x
Reference in New Issue
Block a user