Web: Files: fixed convert files upload

This commit is contained in:
Nikita Gopienko 2021-10-21 11:30:40 +03:00
parent 00251d30e9
commit 85c96024cd

View File

@ -389,7 +389,7 @@ class UploadDataStore {
this.uploadToFolder = null;
this.percent = 0;
}
if (this.converted) {
if (this.uploaded && this.converted) {
this.files = [];
this.filesToConversion = [];
}