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,
|
address: DEFAULT_ADDRESS,
|
||||||
port: '',
|
port: '',
|
||||||
portType: '',
|
portType: '',
|
||||||
|
isAdvanced: false,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@ import { BEACON, VC } from '../../../constants'
|
||||||
type InputsRowProps = {
|
type InputsRowProps = {
|
||||||
addressType: string
|
addressType: string
|
||||||
portType: string
|
portType: string
|
||||||
isAdvanced?: boolean
|
isAdvanced: boolean
|
||||||
address: string
|
address: string
|
||||||
port: string
|
port: string
|
||||||
isSwitchOn?: boolean
|
isSwitchOn?: boolean
|
||||||
|
|
Loading…
Reference in New Issue