text name changed from note to memo

This commit is contained in:
ogerly 2021-12-02 11:26:00 +01:00
parent 73a49eacff
commit 997230b334
3 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@ export const getPendingCreations = gql`
lastName
email
amount
note
memo
date
moderator
creation

View File

@ -13,7 +13,7 @@ const apolloQueryMock = jest.fn().mockResolvedValue({
lastName: 'Bloxberg',
email: 'bibi@bloxberg.de',
amount: 500,
note: 'Danke für alles',
memo: 'Danke für alles',
date: new Date(),
moderator: 0,
},
@ -22,7 +22,7 @@ const apolloQueryMock = jest.fn().mockResolvedValue({
lastName: 'Hotzenplotz',
email: 'raeuber@hotzenplotz.de',
amount: 1000000,
note: 'Gut Ergatert',
memo: 'Gut Ergatert',
date: new Date(),
moderator: 0,
},

View File

@ -37,7 +37,7 @@ export default {
return value + ' GDD'
},
},
{ key: 'note', label: 'Text' },
{ key: 'memo', label: 'Text' },
{
key: 'date',
label: 'Datum',