From 44101c1aec98a1e6f43f5279d1d68192a9d2d48b Mon Sep 17 00:00:00 2001 From: eromano Date: Fri, 4 Mar 2022 11:54:12 +0000 Subject: [PATCH] fix demo shell Signed-off-by: eromano --- demo-shell/src/app/components/files/files.component.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/demo-shell/src/app/components/files/files.component.ts b/demo-shell/src/app/components/files/files.component.ts index ea1caaf128..7dcfef8379 100644 --- a/demo-shell/src/app/components/files/files.component.ts +++ b/demo-shell/src/app/components/files/files.component.ts @@ -38,7 +38,7 @@ import { LibraryDialogComponent, ContentMetadataService, FilterSearch, - AspectListService, DialogAspectListService + DialogAspectListService } from '@alfresco/adf-content-services'; import { SelectAppsDialogComponent, ProcessFormRenderingService } from '@alfresco/adf-process-services'; @@ -233,7 +233,6 @@ export class FilesComponent implements OnInit, OnChanges, OnDestroy { public alfrescoApiService: AlfrescoApiService, private contentMetadataService: ContentMetadataService, private sharedLinksApiService: SharedLinksApiService, - private aspectListService: AspectListService, private dialogAspectListService: DialogAspectListService, private nodeService: NodesApiService) { }