fix: remove option for is advanced

This commit is contained in:
RadoslavDimchev 2024-01-07 19:58:56 +02:00
parent 7fadf4876d
commit 601378588c
2 changed files with 2 additions and 1 deletions

View File

@ -31,6 +31,7 @@ export const Node: Story = {
address: DEFAULT_ADDRESS, address: DEFAULT_ADDRESS,
port: '', port: '',
portType: '', portType: '',
isAdvanced: false,
}, },
} }

View File

@ -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