Fix typo
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good Details

2022.01
Willem Dantuma 2020-07-21 19:28:14 +02:00
parent ec9684b826
commit 60761e9f4a
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ export class ResumableFileUploadService implements OnDestroy{
this.files.splice(index, 1);
}
if(this.files.length==0) {
this.uploading = false;
this.isUploading = false;
}
};