Skip to content
Snippets Groups Projects
Commit dd3fc562 authored by Alexander Rose's avatar Alexander Rose
Browse files

label fix

parent 71652584
No related branches found
No related tags found
No related merge requests found
...@@ -60,7 +60,7 @@ export function linkLabel(link: Link.Location) { ...@@ -60,7 +60,7 @@ export function linkLabel(link: Link.Location) {
} }
export function elementLabel(location: StructureElement) { export function elementLabel(location: StructureElement) {
const model = location.unit.model.label const model = location.unit.model.entry
const instance = location.unit.conformation.operator.name const instance = location.unit.conformation.operator.name
let label = '' let label = ''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment