Skip to content

Commit

Permalink
fix(ontology-editor): display sub-properties the correct way (DEV-530) (
Browse files Browse the repository at this point in the history
  • Loading branch information
kilchenmann committed Feb 17, 2022
1 parent 5506884 commit a2cf6e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/app/project/ontology/ontology.service.ts
Expand Up @@ -164,7 +164,9 @@ export class OntologyService {
i.guiEle === property.guiElement && i.objectType === property.objectType
));
}

}
if (propType) {
break;
}
}
if (propType) {
Expand Down

0 comments on commit a2cf6e0

Please sign in to comment.