mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-04-14 18:46:20 +00:00
Refactor short URL export so that it is compatible with what Shlink expects
This commit is contained in:
@@ -24,7 +24,6 @@ export class ReportExporter {
|
||||
|
||||
private readonly exportCsv = (filename: string, rows: object[]) => {
|
||||
const csv = this.jsonToCsv(rows);
|
||||
|
||||
saveCsv(this.window, csv, filename);
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user