mirror of
https://github.com/lnbits/lnbits.git
synced 2025-09-19 12:01:12 +02:00
feat: set custom file name to the exported CSV
This commit is contained in:
@@ -291,7 +291,11 @@ new Vue({
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
exportCSV() {
|
exportCSV() {
|
||||||
LNbits.utils.exportCSV(this.withdrawLinksTable.columns, this.withdrawLinks)
|
LNbits.utils.exportCSV(
|
||||||
|
this.withdrawLinksTable.columns,
|
||||||
|
this.withdrawLinks,
|
||||||
|
'withdraw-links'
|
||||||
|
)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
created: function () {
|
created: function () {
|
||||||
|
Reference in New Issue
Block a user