mirror of
https://github.com/IT4Change/gradido.git
synced 2026-04-06 01:25:28 +00:00
return 'REDEEM_SELECT_COMMUNITY' instead of 'VALID'
This commit is contained in:
parent
c5d307daba
commit
b5f5abe798
@ -184,7 +184,7 @@ const itemType = computed(() => {
|
|||||||
console.log('TransactionLink.itemType... VALID')
|
console.log('TransactionLink.itemType... VALID')
|
||||||
console.log('TransactionLink.itemType... validLink=', validLink.value)
|
console.log('TransactionLink.itemType... validLink=', validLink.value)
|
||||||
console.log('TransactionLink.itemType... linkData.value=', linkData.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')
|
console.log('TransactionLink.itemType...last return= REDEEM_SELECT_COMMUNITY')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user