MOBILE-3833 module-summary: Delete size when remove files
parent
cfde1d8586
commit
dc4aabd2e3
|
@ -336,6 +336,7 @@ export class CoreCourseModuleSummaryComponent implements OnInit, OnDestroy {
|
|||
}
|
||||
} finally {
|
||||
this.removeFilesLoading = false;
|
||||
delete this.size;
|
||||
}
|
||||
|
||||
await this.getPackageStatus();
|
||||
|
|
Loading…
Reference in New Issue