bug fixed (import inbounds) (#1670)

* add single client bug fixed

* bug fixed
This commit is contained in:
Ali Rahimi 2024-01-23 22:53:15 +01:00 committed by GitHub
parent c1422be269
commit 251ceeedba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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