mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 04:09:29 +02:00
fixed bug with disabled btn in created modal payments
This commit is contained in:
@@ -101,7 +101,7 @@ export default {
|
||||
props: ["payments"],
|
||||
data() {
|
||||
return {
|
||||
amount: 1,
|
||||
amount: 0,
|
||||
amountWithdraw: 1,
|
||||
amountSave: 1,
|
||||
card: '',
|
||||
|
||||
Reference in New Issue
Block a user