From dedd4b3ee3f0e3c000d32d55d6b64daded4fd6e3 Mon Sep 17 00:00:00 2001 From: Alireza Ahmadi Date: Thu, 6 Jun 2024 22:08:33 +0200 Subject: [PATCH] fix tls modal initiate --- frontend/src/layouts/modals/Tls.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/layouts/modals/Tls.vue b/frontend/src/layouts/modals/Tls.vue index 8517eb1..74509f5 100644 --- a/frontend/src/layouts/modals/Tls.vue +++ b/frontend/src/layouts/modals/Tls.vue @@ -327,6 +327,7 @@ export default { } else { this.tls = { id: 0, name: '', inbounds: [], server: {enabled: true}, client: {} } + this.tlsType = 0 this.usePath = 0 this.title = "add" }