#0-remove

This commit is contained in:
Dániel Péter Sipos
2020-10-28 10:44:51 +01:00
parent d7d527b735
commit 23c01b4683
4 changed files with 6 additions and 6 deletions

View File

@@ -43,9 +43,7 @@ export class SearchResultGridElementComponent<T extends SearchResult<K>, K exten
*/
ngOnInit(): void {
if (hasValue(this.object)) {
console.log(this.object)
this.dso = this.object.indexableObject;
console.log('this.dso',this.dso)
}
}