fix demo shell

Signed-off-by: eromano <eugenioromano16@gmail.com>
This commit is contained in:
eromano
2022-03-04 11:54:12 +00:00
parent 1f60d147bc
commit 44101c1aec

View File

@@ -38,7 +38,7 @@ import {
LibraryDialogComponent, LibraryDialogComponent,
ContentMetadataService, ContentMetadataService,
FilterSearch, FilterSearch,
AspectListService, DialogAspectListService DialogAspectListService
} from '@alfresco/adf-content-services'; } from '@alfresco/adf-content-services';
import { SelectAppsDialogComponent, ProcessFormRenderingService } from '@alfresco/adf-process-services'; import { SelectAppsDialogComponent, ProcessFormRenderingService } from '@alfresco/adf-process-services';
@@ -233,7 +233,6 @@ export class FilesComponent implements OnInit, OnChanges, OnDestroy {
public alfrescoApiService: AlfrescoApiService, public alfrescoApiService: AlfrescoApiService,
private contentMetadataService: ContentMetadataService, private contentMetadataService: ContentMetadataService,
private sharedLinksApiService: SharedLinksApiService, private sharedLinksApiService: SharedLinksApiService,
private aspectListService: AspectListService,
private dialogAspectListService: DialogAspectListService, private dialogAspectListService: DialogAspectListService,
private nodeService: NodesApiService) { private nodeService: NodesApiService) {
} }