mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-06-07 05:34:17 +00:00
fix: copy clients modal not opening
This commit is contained in:
parent
63eb504a0f
commit
2abcb1310a
1 changed files with 2 additions and 2 deletions
|
|
@ -262,7 +262,7 @@
|
|||
<a-icon type="usergroup-add"></a-icon>
|
||||
{{ i18n "pages.client.bulk"}}
|
||||
</a-menu-item>
|
||||
<a-menu-item key="copyClientsFromInbound">
|
||||
<a-menu-item key="copyClients">
|
||||
<a-icon type="copy"></a-icon>
|
||||
{{ i18n "pages.client.copyFromInbound"}}
|
||||
</a-menu-item>
|
||||
|
|
@ -1209,7 +1209,7 @@
|
|||
case "addBulkClient":
|
||||
this.openAddBulkClient(dbInbound.id)
|
||||
break;
|
||||
case "copyClientsFromInbound":
|
||||
case "copyClients":
|
||||
this.openCopyClientsModal(dbInbound.id);
|
||||
break;
|
||||
case "export":
|
||||
|
|
|
|||
Loading…
Reference in a new issue