From 2abcb1310a2752c373e0cef5fdffc185729d1519 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:21:59 +0300 Subject: [PATCH] fix: copy clients modal not opening --- web/html/inbounds.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/html/inbounds.html b/web/html/inbounds.html index ad70d1b0..9425e529 100644 --- a/web/html/inbounds.html +++ b/web/html/inbounds.html @@ -262,7 +262,7 @@ {{ i18n "pages.client.bulk"}} - + {{ i18n "pages.client.copyFromInbound"}} @@ -1209,7 +1209,7 @@ case "addBulkClient": this.openAddBulkClient(dbInbound.id) break; - case "copyClientsFromInbound": + case "copyClients": this.openCopyClientsModal(dbInbound.id); break; case "export":