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,
port: '',
portType: '',
isAdvanced: false,
},
}

View File

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