Merge remote-tracking branch 'origin/develop' into umbrella

This commit is contained in:
Konstantinos Triantafyllou 2024-06-03 13:43:28 +03:00
commit ab09c0c7d3
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ export class BrowseStakeholderBaseComponent<T> extends StakeholderBaseComponent
}
get typeAsLabel() {
return this.stakeholderUtils.types.find(type => type.value === this.stakeholderType).label;
return this.stakeholderUtils.types.find(type => type.value === this.stakeholderType)?.label;
}
afterStakeholdersInitialized() {