Skip to content

Commit

Permalink
add bmp support
Browse files Browse the repository at this point in the history
  • Loading branch information
bachue committed Mar 26, 2021
1 parent bf10d2e commit ea345e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/components/services/file.s.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ angular.module("web").factory("fileSvs", [
case "png":
case "jpg":
case "jpeg":
case "bmp":
case "gif":
return {
type: "picture",
Expand Down

0 comments on commit ea345e6

Please sign in to comment.