From 4167bafdeeb3f86c17a0e5e7bd0ca7c782780acb Mon Sep 17 00:00:00 2001 From: elweyn Date: Tue, 30 Nov 2021 10:14:38 +0100 Subject: [PATCH] Change note to memo. --- admin/src/components/EditCreationFormular.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/src/components/EditCreationFormular.vue b/admin/src/components/EditCreationFormular.vue index 922c6d830..20e449251 100644 --- a/admin/src/components/EditCreationFormular.vue +++ b/admin/src/components/EditCreationFormular.vue @@ -235,7 +235,7 @@ export default { email: this.item.email, creationDate: this.radioSelected.long, amount: Number(this.value), - note: this.text, + memo: this.text, moderator: Number(this.$store.state.moderator.id), }