diff --git a/ui/app/components/qr-code.js b/ui/app/components/qr-code.js index 8e4d01c00..4257c1a15 100644 --- a/ui/app/components/qr-code.js +++ b/ui/app/components/qr-code.js @@ -52,7 +52,7 @@ QrCodeView.prototype.render = function () { width: '247px', }, value: Qr.data, - readonly: 'readonly', + readonly: true, }), // h(CopyButton, { // value: Qr.data,