Explorar el Código

bug fixed (import inbounds) (#1670)

* add single client bug fixed

* bug fixed
Ali Rahimi hace 1 año
padre
commit
251ceeedba
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      web/html/xui/inbounds.html

+ 1 - 1
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();
                     },
                 });