diff --git a/config/version b/config/version index e21e727f..13175fdc 100644 --- a/config/version +++ b/config/version @@ -1 +1 @@ -1.4.0 \ No newline at end of file +1.4.1 \ No newline at end of file diff --git a/web/html/common/qrcode_modal.html b/web/html/common/qrcode_modal.html index b09a1d47..b1caeacc 100644 --- a/web/html/common/qrcode_modal.html +++ b/web/html/common/qrcode_modal.html @@ -94,7 +94,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);