diff --git a/frontend/src/pages/Community.vue b/frontend/src/pages/Community.vue index e728ae6ab..6ab7d9875 100644 --- a/frontend/src/pages/Community.vue +++ b/frontend/src/pages/Community.vue @@ -94,7 +94,7 @@ const form = ref({ id: null, date: '', memo: '', - hours: 0.0, + hours: 0, amount: '', }) const originalContributionDate = ref('')