diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-05-07 19:28:56 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-05-07 19:28:56 +0300 |
| commit | 515e7f7fef3fe359aa0d23fa766535688c74efe3 (patch) | |
| tree | 355068c3954c73f2fc02627f863bbc3c873f202e /web | |
| parent | 87a5190b7d2e01678a6fbb08722e1326692f3530 (diff) | |
client bulk bug fix
Diffstat (limited to 'web')
| -rw-r--r-- | web/html/xui/client_bulk_modal.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/client_bulk_modal.html b/web/html/xui/client_bulk_modal.html index 709e0fac..d35d7278 100644 --- a/web/html/xui/client_bulk_modal.html +++ b/web/html/xui/client_bulk_modal.html @@ -33,7 +33,7 @@ <span slot="label">{{ i18n "pages.client.clientCount" }}</span> <a-input-number v-model="clientsBulkModal.quantity" :min="1" :max="100"></a-input-number> </a-form-item> - <a-form-item v-if="client.email"> + <a-form-item> <span slot="label"> Subscription <a-tooltip> |
