mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-06-06 21:24:10 +00:00
fix: copy clients modal not opening
This commit is contained in:
parent
38901ce503
commit
ea1b62efe2
1 changed files with 2 additions and 1 deletions
|
|
@ -262,7 +262,8 @@
|
|||
<a-icon type="usergroup-add"></a-icon>
|
||||
{{ i18n "pages.client.bulk"}}
|
||||
</a-menu-item>
|
||||
<a-menu-item key="copyClients">
|
||||
<a-menu-item key="copyClients"
|
||||
@click="() => openCopyClientsModal(dbInbound.id)">
|
||||
<a-icon type="copy"></a-icon>
|
||||
{{ i18n "pages.client.copyFromInbound"}}
|
||||
</a-menu-item>
|
||||
|
|
|
|||
Loading…
Reference in a new issue