Skip to content

Commit 79d626f

Browse files
committed
wrong name
1 parent e973c56 commit 79d626f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/src/components/Services.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -721,9 +721,9 @@ export default {
721721
console.log("net: ", n);
722722
this.service.net = n;
723723
724-
vpn.current.allowed = n.allowed;
724+
vpn.current.allowedIPs = n.allowedIPs;
725725
if (this.svcList.selected.value == "Tunnel") {
726-
vpn.current.allowed.push("0.0.0.0/0")
726+
vpn.current.allowedIPs.push("0.0.0.0/0")
727727
}
728728
729729
ApiService.post("/device", device)

0 commit comments

Comments
 (0)