fix: add status to csv export (#3578)
Co-authored-by: dni ⚡ <office@dnilabs.com>
This commit is contained in:
parent
d0bf47163b
commit
da31e3caaa
2 changed files with 5 additions and 5 deletions
2
lnbits/static/bundle-components.min.js
vendored
2
lnbits/static/bundle-components.min.js
vendored
File diff suppressed because one or more lines are too long
|
|
@ -46,10 +46,10 @@ window.app.component('lnbits-payment-list', {
|
||||||
paymentsCSV: {
|
paymentsCSV: {
|
||||||
columns: [
|
columns: [
|
||||||
{
|
{
|
||||||
name: 'pending',
|
name: 'status',
|
||||||
align: 'left',
|
align: 'right',
|
||||||
label: 'Pending',
|
label: this.$t('status'),
|
||||||
field: 'pending'
|
field: 'status'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'memo',
|
name: 'memo',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue