mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-5128] [APA] Drag and Drop template is broken on Upload from your device tab (#7013)
This commit is contained in:
@@ -41,7 +41,7 @@ export class ContentNodeSelectorComponent implements OnInit {
|
||||
selectedTabIndex: number = 0;
|
||||
uploadStarted: boolean = false;
|
||||
|
||||
emptyFolderImageUrl: string = '../assets/images/empty_doc_lib.svg';
|
||||
emptyFolderImageUrl: string = './assets/images/empty_doc_lib.svg';
|
||||
breadcrumbFolderNode: Node;
|
||||
|
||||
constructor(private translation: TranslationService,
|
||||
|
Reference in New Issue
Block a user