bug fixed (import inbounds) (#1670)
* add single client bug fixed * bug fixed
This commit is contained in:
@@ -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();
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user