Skip to content

Commit

Permalink
feat: Preview support for .log extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
PintoGideon committed Jan 16, 2025
1 parent e58fe52 commit 9f4beab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ export const fileViewerMap: any = {
pdf: "PdfDisplay",
csv: "TextDisplay",
md: "TextDisplay",
log: "TextDisplay",
ctab: "TextDisplay",
json: "JsonDisplay",
png: "ImageDisplay",
Expand Down

0 comments on commit 9f4beab

Please sign in to comment.