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
Add a link
Reference in a new issue