fix: bug#13489
This commit is contained in:
parent
8339b37b2c
commit
618309d7b0
|
@ -1327,7 +1327,7 @@ const getSupports = async () => {
|
|||
label: item.name,
|
||||
value: item.id,
|
||||
}));
|
||||
if (!typeOptions.value.every((item : any) => item.value === 'UDP')) {
|
||||
if (!typeOptions.value.every((item : any) => item.value === 'UDP') && !NetworkType) {
|
||||
formData.value.type = typeOptions.value[0].value
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue