mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-1981] attachment task should not be in loading state by default
This commit is contained in:
@@ -48,7 +48,7 @@ export class TaskAttachmentListComponent implements OnChanges, AfterViewInit {
|
||||
customTemplateRef: ElementRef;
|
||||
|
||||
attachments: any[] = [];
|
||||
isLoading: boolean = true;
|
||||
isLoading: boolean = false;
|
||||
|
||||
constructor(private activitiContentService: ProcessContentService,
|
||||
private contentService: ContentService,
|
||||
|
Reference in New Issue
Block a user