mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-09 11:03:05 +00:00
resolved issues after merge with master
This commit is contained in:
@@ -22,7 +22,7 @@ export class SearchResultGridElementComponent<T extends SearchResult<K>, K exten
|
||||
super(listableObject);
|
||||
if (hasValue(this.object)) {
|
||||
this.dso = this.object.indexableObject;
|
||||
this.isCollapsed$ = this.isCollapsed();
|
||||
this.isCollapsed$ = this.isCollapsed();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user