mirror of
https://github.com/lnbits/lnbits.git
synced 2025-06-26 00:31:01 +02:00
fix issue with export to CSV
This commit is contained in:
parent
7d3ff3ae9a
commit
9f03d25a8c
@ -290,8 +290,8 @@ new Vue({
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
exportCSV: function () {
|
exportCSV() {
|
||||||
LNbits.utils.exportCSV(this.paywallsTable.columns, this.paywalls)
|
LNbits.utils.exportCSV(this.withdrawLinksTable.columns, this.withdrawLinks)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
created: function () {
|
created: function () {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user