mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
build fix
This commit is contained in:
@@ -406,7 +406,7 @@ export class ViewerComponent implements OnChanges, OnInit, OnDestroy {
|
||||
}
|
||||
|
||||
private getDisplayName(name) {
|
||||
return this.displayName || name;
|
||||
return name || this.displayName ;
|
||||
}
|
||||
|
||||
scrollTop() {
|
||||
|
Reference in New Issue
Block a user