We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf10d2e commit ea345e6Copy full SHA for ea345e6
app/components/services/file.s.js
@@ -25,6 +25,7 @@ angular.module("web").factory("fileSvs", [
25
case "png":
26
case "jpg":
27
case "jpeg":
28
+ case "bmp":
29
case "gif":
30
return {
31
type: "picture",
0 commit comments