Skip to content

Commit

Permalink
bugfix [v3] remove format svg
Browse files Browse the repository at this point in the history
  • Loading branch information
rahmatalmubarak committed Aug 2, 2023
1 parent 5ccb535 commit b36ce1c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Config/lfm.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
'startup_view' => 'list',
'max_size' => 50000, // size in KB
'valid_mime' => [
'image/svg+xml',
'application/pdf',
'text/plain',
],
Expand All @@ -66,7 +65,6 @@
'image/pjpeg',
'image/png',
'image/gif',
'image/svg+xml',
],
],
],
Expand Down

0 comments on commit b36ce1c

Please sign in to comment.