Web: Files: fix condition

This commit is contained in:
Viktor Fomin 2021-10-19 17:55:05 +03:00
parent 3ea9f1ff20
commit 1c7d4a9714

View File

@ -877,7 +877,7 @@ class UploadDataStore {
let operationItem = null;
let url;
while (progress !== 100 && url) {
while (progress !== 100 && !url) {
await this.getOperationProgress(data.id)
.then((item) => {
operationItem = item;