mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-24 06:48:02 +01:00
int to float
This commit is contained in:
parent
87933d1f8b
commit
f998681dc0
1 changed files with 1 additions and 1 deletions
|
@ -946,7 +946,7 @@
|
|||
sendZoneFormData: function () {
|
||||
var data = {
|
||||
countries: String(this.zoneDialog.data.countries),
|
||||
cost: parseInt(this.zoneDialog.data.cost)
|
||||
cost: parseFloat(this.zoneDialog.data.cost)
|
||||
}
|
||||
if (this.zoneDialog.data.id) {
|
||||
data.id = this.zoneDialog.data.id
|
||||
|
|
Loading…
Add table
Reference in a new issue