mirror of
https://github.com/lnbits/lnbits.git
synced 2025-09-28 12:56:16 +02:00
Merge pull request #1094 from lnbits/fix/exportCSV-LNURLw
fix issue with export to CSV
This commit is contained in:
@@ -290,8 +290,12 @@ new Vue({
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
exportCSV: function () {
|
exportCSV() {
|
||||||
LNbits.utils.exportCSV(this.paywallsTable.columns, this.paywalls)
|
LNbits.utils.exportCSV(
|
||||||
|
this.withdrawLinksTable.columns,
|
||||||
|
this.withdrawLinks,
|
||||||
|
'withdraw-links'
|
||||||
|
)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
created: function () {
|
created: function () {
|
||||||
|
Reference in New Issue
Block a user