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…
Reference in New Issue