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
ea1b62efe2
commit
5a5676fddc
1 changed files with 5 additions and 4 deletions
|
|
@ -262,10 +262,11 @@
|
|||
<a-icon type="usergroup-add"></a-icon>
|
||||
{{ i18n "pages.client.bulk"}}
|
||||
</a-menu-item>
|
||||
<a-menu-item key="copyClients"
|
||||
@click="() => openCopyClientsModal(dbInbound.id)">
|
||||
<a-icon type="copy"></a-icon>
|
||||
{{ i18n "pages.client.copyFromInbound"}}
|
||||
<a-menu-item key="copyClients">
|
||||
<span @click.stop="openCopyClientsModal(dbInbound.id)">
|
||||
<a-icon type="copy"></a-icon>
|
||||
{{ i18n "pages.client.copyFromInbound"}}
|
||||
</span>
|
||||
</a-menu-item>
|
||||
<a-menu-item key="resetClients">
|
||||
<a-icon type="file-done"></a-icon>
|
||||
|
|
|
|||
Loading…
Reference in a new issue