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 5b49dc9 commit 8d6da9a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions components/Fil.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,14 @@ const GYLDIGE_FILFORMATER = [
'application/pdf',
'image/jpeg',
'image/png',
'image/bmp',
'image/tiff',
'image/gif',
'text/plain',
'application/vnd.openxmlformats-officedocument.wordprocessingml.document',
'application/msword',
'application/vnd.oasis.opendocument.text',
'application/rtf',
];

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

0 comments on commit 8d6da9a

Please sign in to comment.