Skip to content

Commit

Permalink
Pipeline, add support for .MJS
Browse files Browse the repository at this point in the history
  • Loading branch information
enricoros committed Feb 18, 2024
1 parent f767ad8 commit b550cbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/apps/chat/components/composer/attachments/pipeline.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const PLAIN_TEXT_MIMETYPES: string[] = [
'text/markdown',
'text/csv',
'text/css',
'text/javascript',
'application/json',
];

Expand Down

0 comments on commit b550cbd

Please sign in to comment.