From 251ceeedbad52fc05c84c431a3d982d558a59d7d Mon Sep 17 00:00:00 2001
From: Ali Rahimi <alirahimi818@gmail.com>
Date: Tue, 23 Jan 2024 22:53:15 +0100
Subject: [PATCH] bug fixed (import inbounds) (#1670)

* add single client bug fixed

* bug fixed
---
 web/html/xui/inbounds.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/html/xui/inbounds.html b/web/html/xui/inbounds.html
index faff7a0f..2707fc42 100644
--- a/web/html/xui/inbounds.html
+++ b/web/html/xui/inbounds.html
@@ -1243,7 +1243,7 @@
                     value: '',
                     okText: '{{ i18n "pages.inbounds.import" }}',
                     confirm: async (dbInboundText) => {
-                        await this.submit('/panel/inbound/import', {data: dbInboundText}, promptModal);
+                        await this.submit('/panel/inbound/import', {data: dbInboundText});
                         promptModal.close();
                     },
                 });