From 90471ca06de340f54b7245975342e0a19dd77586 Mon Sep 17 00:00:00 2001
From: clauspeterhuebner
Date: Tue, 29 Apr 2025 23:12:16 +0200
Subject: [PATCH] next try
---
frontend/src/pages/TransactionLink.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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)
}
}