Set amount in Contribution form all over the place as '0'

This commit is contained in:
Wolfgang Huß 2022-07-26 09:29:20 +02:00
parent 5fd8ea2223
commit 7b2de945bc

View File

@ -103,7 +103,7 @@ export default {
id: null,
date: '',
memo: '',
amount: '',
amount: '0',
},
updateAmount: '',
}