modified accepted types
This commit is contained in:
parent
d6d79166f1
commit
689caaf993
1 changed files with 1 additions and 1 deletions
|
@ -120,4 +120,4 @@ removeItem x (y:ys)
|
|||
| otherwise = y : removeItem x ys
|
||||
|
||||
acceptedTypes :: [T.Text]
|
||||
acceptedTypes = ["image/jpeg", "image/png", "image/x-ms-bmp", "image/x-bmp", "image/bmp", "image/tiff", "image/tiff-fx"]
|
||||
acceptedTypes = ["image/jpeg", "image/jpg", "image/png", "image/x-ms-bmp", "image/x-bmp", "image/bmp", "image/tiff", "image/tiff-fx"]
|
||||
|
|
Loading…
Reference in a new issue