소스 검색

bug fixed (import inbounds) (#1670)

* add single client bug fixed

* bug fixed
Ali Rahimi 1 년 전
부모
커밋
251ceeedba
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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();
                     },
                 });