mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +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