mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-08 11:16:18 +00:00
bug fixed: check inbounds length before open modal
This commit is contained in:
parent
3ad15b9a13
commit
fed534bf2f
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@
|
|||
<a-icon type="rest"></a-icon>
|
||||
{{ i18n "pages.inbounds.delDepletedClients" }}
|
||||
</a-menu-item>
|
||||
<a-menu-item v-if="app.subSettings.enable" key="addGroupClient">
|
||||
<a-menu-item v-if="subSettings.enable && dbInbounds.length > 0" key="addGroupClient">
|
||||
<a-icon type="usergroup-add"></a-icon>
|
||||
{{ i18n "pages.client.groupAdd"}}
|
||||
</a-menu-item>
|
||||
|
|
Loading…
Reference in a new issue