mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-06-07 13:44:24 +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>
|
<a-icon type="usergroup-add"></a-icon>
|
||||||
{{ i18n "pages.client.bulk"}}
|
{{ i18n "pages.client.bulk"}}
|
||||||
</a-menu-item>
|
</a-menu-item>
|
||||||
<a-menu-item key="copyClients">
|
<a-menu-item key="copyClients"
|
||||||
|
@click="() => openCopyClientsModal(dbInbound.id)">
|
||||||
<a-icon type="copy"></a-icon>
|
<a-icon type="copy"></a-icon>
|
||||||
{{ i18n "pages.client.copyFromInbound"}}
|
{{ i18n "pages.client.copyFromInbound"}}
|
||||||
</a-menu-item>
|
</a-menu-item>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue