Fix typo
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
This commit is contained in:
parent
ec9684b826
commit
60761e9f4a
@ -101,7 +101,7 @@ export class ResumableFileUploadService implements OnDestroy{
|
|||||||
this.files.splice(index, 1);
|
this.files.splice(index, 1);
|
||||||
}
|
}
|
||||||
if(this.files.length==0) {
|
if(this.files.length==0) {
|
||||||
this.uploading = false;
|
this.isUploading = false;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user