Skip to content

Commit

Permalink
Utvidet listen av gyldige filformat
Browse files Browse the repository at this point in the history
  • Loading branch information
nils-arne committed Nov 14, 2024
1 parent 8d6da9a commit 81b76bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Fil.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,11 +164,11 @@ const GYLDIGE_FILFORMATER = [
'image/bmp',
'image/tiff',
'image/gif',
'text/plain',
'application/vnd.openxmlformats-officedocument.wordprocessingml.document',
'application/msword',
'application/vnd.oasis.opendocument.text',
'application/rtf',
'text/plain',
];

const legal_filforats = GYLDIGE_FILFORMATER.join(', ');
Expand Down

0 comments on commit 81b76bf

Please sign in to comment.