fix empty babel peer type

This commit is contained in:
Johannes Kimmel 2023-04-26 00:59:44 +02:00
parent 0676b48fa6
commit abbbc8d5a0
1 changed files with 1 additions and 1 deletions

View File

@ -373,7 +373,7 @@ function initForm() {
new L3Input('Use Interface directly','babelpeerIFACE'+idsuffix, 'iface', {type: 'text', placeholder: 'eth0, eth0.4, ...'}),
new L3Select('Babel Interface Type','babelpeerType'+idsuffix, 'type', {name: 'type'},
['', [
['Default', ''],
['Default', undefined],
['Wired', 'wired'],
['Wireless', 'wireless'],
]],