mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-24 14:51:05 +01:00
fix issue with export to CSV
This commit is contained in:
parent
7d3ff3ae9a
commit
9f03d25a8c
1 changed files with 2 additions and 2 deletions
|
@ -290,8 +290,8 @@ new Vue({
|
|||
})
|
||||
}
|
||||
},
|
||||
exportCSV: function () {
|
||||
LNbits.utils.exportCSV(this.paywallsTable.columns, this.paywalls)
|
||||
exportCSV() {
|
||||
LNbits.utils.exportCSV(this.withdrawLinksTable.columns, this.withdrawLinks)
|
||||
}
|
||||
},
|
||||
created: function () {
|
||||
|
|
Loading…
Add table
Reference in a new issue