fix: folder info on upload list
This commit is contained in:
@@ -70,6 +70,7 @@ export function scanFiles(dt) {
|
||||
isDir: true,
|
||||
size: 0,
|
||||
fullPath: `${directory}${entry.name}`,
|
||||
name: entry.name,
|
||||
};
|
||||
|
||||
contents.push(dir);
|
||||
|
||||
Reference in New Issue
Block a user