mirror of
https://github.com/IT4Change/gradido.git
synced 2026-03-28 21:25:32 +00:00
corrections after renaming to RedeemJwtLink
This commit is contained in:
parent
c2294611bd
commit
e386a79e48
@ -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({
|
||||
|
||||
@ -151,7 +151,7 @@ export const queryTransactionLink = gql`
|
||||
uuid
|
||||
}
|
||||
}
|
||||
... on DisbursementLink {
|
||||
... on RedeemJwtLink {
|
||||
amount
|
||||
memo
|
||||
code
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
<!-- eslint-disable no-console -->
|
||||
<template>
|
||||
<div class="show-transaction-link-informations">
|
||||
<div class="mt-4">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user