mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
fixed bug with disabled btn in created modal payments
This commit is contained in:
@@ -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: '',
|
||||||
|
|||||||
Reference in New Issue
Block a user