mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 23:13:04 +00:00
fixed an issue where a search result without hitlighlights would break the grid view
This commit is contained in:
@@ -26,7 +26,7 @@ export class SearchResponseParsingService implements ResponseParsingService {
|
||||
value: hhObject[key].join('...')
|
||||
}))
|
||||
} else {
|
||||
return undefined;
|
||||
return [];
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user