diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-05-23 17:25:42 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-05-23 17:25:42 +0300 |
| commit | 526426e2dda0b11c99b8e1c5e887d00884da01a4 (patch) | |
| tree | 88667c7caf1790b1d15cedaeffd492d45034e509 /web/html/common/qrcode_modal.html | |
| parent | 2223a21cfcd7173aae9c38558ce5865ebbd27097 (diff) | |
Alireza :100:
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
Diffstat (limited to 'web/html/common/qrcode_modal.html')
| -rw-r--r-- | web/html/common/qrcode_modal.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/common/qrcode_modal.html b/web/html/common/qrcode_modal.html index acef9811..e6b7b998 100644 --- a/web/html/common/qrcode_modal.html +++ b/web/html/common/qrcode_modal.html @@ -96,7 +96,7 @@ updated() { if (qrModal.client.subId){ qrModal.subId = qrModal.client.subId; - this.setQrCode("qrCode-sub",this.genSubLink(this.subId)); + this.setQrCode("qrCode-sub",this.genSubLink(qrModal.subId)); } qrModal.qrcodes.forEach((element,index) => { this.setQrCode("qrCode-"+index, element.link); |
