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