Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
fix: export
Browse files Browse the repository at this point in the history
  • Loading branch information
forecho committed Sep 28, 2020
1 parent f3c7bb6 commit 4c2722d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/app/routes/record/index/index.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,10 @@ export class RecordIndexComponent implements OnInit {
name: 'sheet name',
},
],
filename: `CashWarden_Export_${now}`,
opts: {
bookType: 'csv',
},
filename: `CashWarden_Export_${now}.csv`,
});
});
}
Expand Down

0 comments on commit 4c2722d

Please sign in to comment.