fix: add status to csv export (#3578)

Co-authored-by: dni  <office@dnilabs.com>
This commit is contained in:
Arc 2025-11-26 13:35:47 +00:00 committed by GitHub
parent d0bf47163b
commit da31e3caaa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

View file

@ -46,10 +46,10 @@ window.app.component('lnbits-payment-list', {
paymentsCSV: {
columns: [
{
name: 'pending',
align: 'left',
label: 'Pending',
field: 'pending'
name: 'status',
align: 'right',
label: this.$t('status'),
field: 'status'
},
{
name: 'memo',