From 63eb504a0f030224b10c8900c45b608ce42fed18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9D=D0=B5=D1=81=D1=82=D0=B5=D1=80=D0=BE=D0=B2=20=D0=A0?= =?UTF-8?q?=D1=83=D1=81=D0=BB=D0=B0=D0=BD?= Date: Wed, 22 Apr 2026 16:20:01 +0300 Subject: [PATCH] fix: copy clients modal not opening --- web/html/inbounds.html | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/web/html/inbounds.html b/web/html/inbounds.html index a8fc4220..ad70d1b0 100644 --- a/web/html/inbounds.html +++ b/web/html/inbounds.html @@ -262,11 +262,9 @@ {{ i18n "pages.client.bulk"}} - - - - {{ i18n "pages.client.copyFromInbound"}} - + + + {{ i18n "pages.client.copyFromInbound"}} @@ -1211,7 +1209,7 @@ case "addBulkClient": this.openAddBulkClient(dbInbound.id) break; - case "copyClients": + case "copyClientsFromInbound": this.openCopyClientsModal(dbInbound.id); break; case "export":