From 526426e2dda0b11c99b8e1c5e887d00884da01a4 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Tue, 23 May 2023 17:55:42 +0330 Subject: Alireza :100: Co-Authored-By: Alireza Ahmadi --- web/html/common/qrcode_modal.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/html/common/qrcode_modal.html') 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); -- cgit v1.2.3