diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-04-03 16:32:31 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-04-03 16:32:31 +0300 |
| commit | 59708d6410a821a2518784c47f8523587fa29e06 (patch) | |
| tree | 4e0996351f8fab3d5e6a8f58f7b77ac3a21f8f02 /web/html/xui/client_bulk_modal.html | |
| parent | be8e78797a044072234868ead28b47e01bec0f7b (diff) | |
bug fix - tgid #2214v2.2.8
Diffstat (limited to 'web/html/xui/client_bulk_modal.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 cb05cdc3..78846ac8 100644 --- a/web/html/xui/client_bulk_modal.html +++ b/web/html/xui/client_bulk_modal.html @@ -143,7 +143,7 @@ emailPrefix: "", emailPostfix: "", subId: "", - tgId: "", + tgId: 0, flow: "", delayedStart: false, reset: 0, @@ -200,7 +200,7 @@ this.emailPrefix = ""; this.emailPostfix = ""; this.subId = ""; - this.tgId = ""; + this.tgId = 0; this.flow = ""; this.dbInbound = new DBInbound(dbInbound); this.inbound = dbInbound.toInbound(); |
