resolved issues after merge with master

This commit is contained in:
lotte
2019-09-05 10:44:37 +02:00
parent b634799ef9
commit 9723d929e1
8 changed files with 8 additions and 8 deletions

View File

@@ -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();
}
}