Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-nettica committed Jun 30, 2024
1 parent 4d92fe9 commit 17fe804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/Services.vue
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@ export default {
ApiService.get("/net/" + this.wildList.selected.value)
.then( n => {
console.log("net: ", n);
service.net = n;
this.service.net = n;
ApiService.post("/device", device)
.then( d => {
Expand Down

0 comments on commit 17fe804

Please sign in to comment.