mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
fix image paths for components (#1696)
* fix Login image paths * fix TaskList image paths * fix DocumentList image paths * fix Search image paths
This commit is contained in:
committed by
Mario Romano
parent
f85d9a5934
commit
e2ced9ff9a
@@ -223,7 +223,7 @@ export class ShareDataTableAdapter implements DataTableAdapter {
|
||||
}
|
||||
|
||||
getImagePath(id: string): any {
|
||||
return `${this.basePath}/assets/images/${id}`;
|
||||
return `${this.basePath}assets/images/${id}`;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user