corrections after renaming to RedeemJwtLink

This commit is contained in:
clauspeterhuebner 2025-04-25 19:42:27 +02:00
parent c2294611bd
commit e386a79e48
3 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
import { createUnionType } from 'type-graphql'
import { ContributionLink } from '@model/ContributionLink'
import { RedeemJwtLink } from '@/graphql/model/RedeemJwtLink'
import { RedeemJwtLink } from '@model/RedeemJwtLink'
import { TransactionLink } from '@model/TransactionLink'
export const QueryLinkResult = createUnionType({

View File

@ -151,7 +151,7 @@ export const queryTransactionLink = gql`
uuid
}
}
... on DisbursementLink {
... on RedeemJwtLink {
amount
memo
code

View File

@ -1,3 +1,4 @@
<!-- eslint-disable no-console -->
<template>
<div class="show-transaction-link-informations">
<div class="mt-4">