update
This commit is contained in:
@@ -510,8 +510,8 @@ export const fileUploadAllocationIconFun = (
|
||||
return fileUploadAllocationIconFun == 2
|
||||
? iconMap.other.icon
|
||||
: folderOpen
|
||||
? iconMap.folder.icon
|
||||
: iconMap.folderOpen.icon;
|
||||
? iconMap.folderOpen.icon
|
||||
: iconMap.folder.icon;
|
||||
} else {
|
||||
const iconEntry =
|
||||
Object.values(iconMap).find((entry) => entry.exts.includes(fileType as string)) ||
|
||||
|
||||
Reference in New Issue
Block a user