Skip to content

Commit

Permalink
fix(export): remove unsupported file type, closes #452 (#458)
Browse files Browse the repository at this point in the history
- PDF and DOC are unsupported file type since there are no Exporter Services that exist for them, so they should be removed from acceptable file type formats
- closes #452
  • Loading branch information
ghiscoding-SE committed May 15, 2020
1 parent 3cfcab1 commit c00b6ab
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/app/modules/angular-slickgrid/models/fileType.enum.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
export enum FileType {
csv = 'csv',
doc = 'doc',
docx = 'docx',
pdf = 'pdf',
txt = 'txt',
xls = 'xls',
xlsx = 'xlsx'
Expand Down

0 comments on commit c00b6ab

Please sign in to comment.