Skip to content

Commit

Permalink
Fix lessons root csv export
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVelezLl committed Nov 11, 2024
1 parent 4ab63d4 commit 3bc9c98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@
...csvFields.allLearners('totalLearners'),
];
const fileName = this.$tr('printLabel', { className: this.className });
new CSVExporter(columns, fileName).export(this.table);
new CSVExporter(columns, fileName).export(this.sortedLessons);
},
bytesForHumans,
},
Expand Down

0 comments on commit 3bc9c98

Please sign in to comment.