Skip to content

Commit

Permalink
Utvidet listen av gyldige filformat. Lagt til text/rtf
Browse files Browse the repository at this point in the history
  • Loading branch information
nils-arne committed Nov 14, 2024
1 parent 81b76bf commit d13337c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/Fil.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ const GYLDIGE_FILFORMATER = [
'application/msword',
'application/vnd.oasis.opendocument.text',
'application/rtf',
'text/rtf',
'text/plain',
];

Expand Down

0 comments on commit d13337c

Please sign in to comment.