From 7b2de945bc5bc109d44f1db1f9cf82db9a4dc675 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Tue, 26 Jul 2022 09:29:20 +0200 Subject: [PATCH] Set amount in Contribution form all over the place as '0' --- frontend/src/pages/Community.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/Community.vue b/frontend/src/pages/Community.vue index 64aca6156..e85f708c3 100644 --- a/frontend/src/pages/Community.vue +++ b/frontend/src/pages/Community.vue @@ -103,7 +103,7 @@ export default { id: null, date: '', memo: '', - amount: '', + amount: '0', }, updateAmount: '', }