fix: add status to csv export (#3578)
Co-authored-by: dni ⚡ <office@dnilabs.com>
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user