From 70c986662f69ea7f837840d7b5c08ebb201b6796 Mon Sep 17 00:00:00 2001 From: Alireza Ahmadi Date: Thu, 9 May 2024 23:44:38 +0200 Subject: [PATCH] fix outbound port --- frontend/src/layouts/modals/Outbound.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }}