fixed bug with disabled btn in created modal payments

This commit is contained in:
Kostya
2023-12-20 17:35:27 +03:00
parent 613ea20bb7
commit 66b4062f4d

View File

@@ -101,7 +101,7 @@ export default {
props: ["payments"],
data() {
return {
amount: 1,
amount: 0,
amountWithdraw: 1,
amountSave: 1,
card: '',