merge
This commit is contained in:
@@ -503,6 +503,9 @@ export const fileUploadAllocationIconFun = (
|
||||
fileUploadAllocationIconFun?: any,
|
||||
folderOpen?: any
|
||||
) => {
|
||||
if (!fileName) {
|
||||
return;
|
||||
}
|
||||
const arr = fileName?.split('.');
|
||||
const fileType = arr.length > 1 ? arr.pop()?.toLowerCase() : '';
|
||||
if (fileType === '') {
|
||||
|
||||
Reference in New Issue
Block a user