From 6bba1fc6d304e7367384184b94236a52b69df8e9 Mon Sep 17 00:00:00 2001 From: ali rahimi Date: Tue, 23 Jan 2024 22:00:44 +0100 Subject: [PATCH] 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(); }, });