From 38dd45ef649a2a36df67481e11ee54259d5312e4 Mon Sep 17 00:00:00 2001 From: einhorn_b Date: Mon, 16 Oct 2023 11:26:05 +0200 Subject: [PATCH] give uuid to backend --- frontend/src/components/GddSend/TransactionForm.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/components/GddSend/TransactionForm.vue b/frontend/src/components/GddSend/TransactionForm.vue index db1bf0d1a..296474e44 100644 --- a/frontend/src/components/GddSend/TransactionForm.vue +++ b/frontend/src/components/GddSend/TransactionForm.vue @@ -195,6 +195,7 @@ export default { onSubmit() { if (this.gradidoID) this.form.identifier = this.gradidoID if (this.communityUuid) { + this.recipientCommunity.uuid = this.communityUuid this.form.targetCommunity = this.recipientCommunity } this.$emit('set-transaction', {