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"], props: ["payments"],
data() { data() {
return { return {
amount: 1, amount: 0,
amountWithdraw: 1, amountWithdraw: 1,
amountSave: 1, amountSave: 1,
card: '', card: '',