mirror of
https://github.com/h44z/wg-portal
synced 2025-02-26 05:49:14 +00:00
frontend: Treat peer DNS as StringSliceConfigOption (#178)
This commit is contained in:
parent
ad935ad927
commit
40cfcd67e9
@ -245,12 +245,12 @@ function handleChangeDns(tags) {
|
||||
}
|
||||
})
|
||||
if(validInput) {
|
||||
formData.value.Dns = tags
|
||||
formData.value.Dns.Value = tags
|
||||
}
|
||||
}
|
||||
|
||||
function handleChangeDnsSearch(tags) {
|
||||
formData.value.DnsSearch = tags
|
||||
formData.value.DnsSearch.Value = tags
|
||||
}
|
||||
|
||||
async function save() {
|
||||
|
Loading…
Reference in New Issue
Block a user