mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-1348] Upload Dialog - 'Cancel All' button does not render (#2192)
* refactored isUploadCancelled and isUploadCompleted * improved checks
This commit is contained in:
committed by
Denys Vuika
parent
f372f4925d
commit
a277a00a96
@@ -54,7 +54,7 @@ export class FileModel {
|
||||
this.id = this.generateId();
|
||||
this.name = file.name;
|
||||
this.size = file.size;
|
||||
this.data = {};
|
||||
this.data = null;
|
||||
|
||||
this.progress = {
|
||||
loaded: 0,
|
||||
|
Reference in New Issue
Block a user