Update FileTable.vue

This commit is contained in:
GMrrc 2024-12-11 16:32:32 +01:00
parent aee99b1d82
commit 5a9e3fed54

View File

@ -456,7 +456,7 @@ export default {
if (listOfFolder.includes(file.parentPath)) {
await this.moveFileToTarget(file, file.parentPath + '/', file.name);
} else {
await this.createFolder(file, '');
await this.moveFileToTarget(file, '');
}
}
}