From b5f5abe798401db183797b495ddb904825e0d000 Mon Sep 17 00:00:00 2001 From: clauspeterhuebner Date: Fri, 2 May 2025 17:35:06 +0200 Subject: [PATCH] return 'REDEEM_SELECT_COMMUNITY' instead of 'VALID' --- 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 a7027456d..3951ecef1 100644 --- a/frontend/src/pages/TransactionLink.vue +++ b/frontend/src/pages/TransactionLink.vue @@ -184,7 +184,7 @@ const itemType = computed(() => { console.log('TransactionLink.itemType... VALID') console.log('TransactionLink.itemType... validLink=', validLink.value) console.log('TransactionLink.itemType... linkData.value=', linkData.value) - return 'VALID' + return 'REDEEM_SELECT_COMMUNITY' // 'VALID' } } console.log('TransactionLink.itemType...last return= REDEEM_SELECT_COMMUNITY')