diff --git a/landingPages/result/resultLanding.component.ts b/landingPages/result/resultLanding.component.ts index ef4e1e8a..4c3f1c9b 100644 --- a/landingPages/result/resultLanding.component.ts +++ b/landingPages/result/resultLanding.component.ts @@ -548,7 +548,7 @@ export class ResultLandingComponent { this.enermapsId = ParsingFunctions.getEnermapsConceptId(this.resultLandingInfo.contexts); } - + this.relatedClassFilters = [{"label": "All relations", "value": ""}]; if(this.resultLandingInfo.relatedClassFilters.size > 1) { for (let relClass of this.resultLandingInfo.relatedClassFilters) { this.relatedClassFilters.push({"label": HelperFunctions.getVocabularyLabel(relClass, this.relationsVocabulary), "value": relClass});