diff --git a/frontend/src/pages/TransactionLink.vue b/frontend/src/pages/TransactionLink.vue index 147dae43e..3e9f84cba 100644 --- a/frontend/src/pages/TransactionLink.vue +++ b/frontend/src/pages/TransactionLink.vue @@ -278,7 +278,7 @@ function setRedeemJwtLinkInformation() { 'TransactionLink.setRedeemJwtLinkInformation... recipientUser=', queryTransactionLink.recipientUser, ) - linkData.value = queryTransactionLink + linkData.value = { ...queryTransactionLink } console.log('TransactionLink.setRedeemJwtLinkInformation... linkData.value=', linkData.value) } }