mirror of https://github.com/h44z/wg-portal.git
				
				
				
			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) { |   if(validInput) { | ||||||
|     formData.value.Dns = tags |     formData.value.Dns.Value = tags | ||||||
|   } |   } | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| function handleChangeDnsSearch(tags) { | function handleChangeDnsSearch(tags) { | ||||||
|   formData.value.DnsSearch = tags |   formData.value.DnsSearch.Value = tags | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| async function save() { | async function save() { | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue