From d2d34e3c7f4b03fd355586220202f8d1ac656a89 Mon Sep 17 00:00:00 2001 From: Alireza Ahmadi Date: Mon, 22 May 2023 23:52:51 +0200 Subject: [PATCH] v1.4.1 --- config/version | 2 +- web/html/common/qrcode_modal.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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);