uat defect 38

This commit is contained in:
2025-01-13 16:22:22 +00:00
parent 8ed6921804
commit df7599fca0
2 changed files with 3 additions and 0 deletions
+3
View File
@@ -444,6 +444,9 @@ export const getThumbnailIconByExtension = (blobName) => {
return "/assets/images/documenttypes/jpg.png";
case "png":
return "/assets/images/documenttypes/png.png";
case "tiff":
case "tif":
return "/assets/images/documenttypes/tif.png";
break;
default:
return "/assets/images/documenttypes/default.png";
Binary file not shown.

After

Width:  |  Height:  |  Size: 921 B