diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-04-17 09:01:21 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-04-17 09:01:21 +0300 |
| commit | d85a23b6f23f7969d4b4eb2cc0ddc8a80bf743ec (patch) | |
| tree | 27ea2d0615db6315b9326ef05441c719bfacf4f2 /web/html | |
| parent | a660ad64217b5e255027e7eabba03dea851c6de7 (diff) | |
minor changes - chat id
Diffstat (limited to 'web/html')
| -rw-r--r-- | web/html/xui/client_bulk_modal.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/html/xui/client_bulk_modal.html b/web/html/xui/client_bulk_modal.html index 78846ac8..8f233523 100644 --- a/web/html/xui/client_bulk_modal.html +++ b/web/html/xui/client_bulk_modal.html @@ -62,7 +62,7 @@ <a-icon type="question-circle"></a-icon> </a-tooltip> </template> - <a-input v-model.trim="clientsBulkModal.tgId"></a-input> + <a-input-number style="width: 50%" v-model.trim="clientsBulkModal.tgId" min="0"></a-input-number> </a-form-item> <a-form-item> <template slot="label"> @@ -200,7 +200,7 @@ this.emailPrefix = ""; this.emailPostfix = ""; this.subId = ""; - this.tgId = 0; + this.tgId = 0; this.flow = ""; this.dbInbound = new DBInbound(dbInbound); this.inbound = dbInbound.toInbound(); |
