From a2343d204191617dcf316a6d46277571a5bf9b46 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Sun, 10 Dec 2023 20:43:48 +0330 Subject: v2.0.0 --- web/html/xui/inbounds.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'web/html/xui/inbounds.html') diff --git a/web/html/xui/inbounds.html b/web/html/xui/inbounds.html index 00d647f1..c41e4408 100644 --- a/web/html/xui/inbounds.html +++ b/web/html/xui/inbounds.html @@ -419,11 +419,11 @@ @@ -1175,7 +1175,7 @@ inboundLinks(dbInboundId) { dbInbound = this.dbInbounds.find(row => row.id === dbInboundId); newDbInbound = this.checkFallback(dbInbound); - txtModal.show('{{ i18n "pages.inbounds.export"}}', newDbInbound.genInboundLinks, newDbInbound.remark); + txtModal.show('{{ i18n "pages.inbounds.export"}}', newDbInbound.genInboundLinks(), newDbInbound.remark); }, importInbound() { promptModal.open({ -- cgit v1.2.3