diff --git a/frontend/src/layouts/modals/Outbound.vue b/frontend/src/layouts/modals/Outbound.vue index b0c74cb..f9d13ad 100644 --- a/frontend/src/layouts/modals/Outbound.vue +++ b/frontend/src/layouts/modals/Outbound.vue @@ -35,7 +35,7 @@ type="number" min="0" hide-details - v-model="outbound.server_port"> + v-model.number="outbound.server_port"> @@ -61,6 +61,7 @@ +
{{ outbound }}