fix issue with export to CSV

This commit is contained in:
Tiago Vasconcelos 2022-10-28 11:27:11 +01:00 committed by Vlad Stan
parent 7d3ff3ae9a
commit 9f03d25a8c

View File

@ -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 () {