Skip to content

Commit

Permalink
fix(ontology): resolve gui order issue (DEV-222) (#590)
Browse files Browse the repository at this point in the history
* fix(ontology): init bug fix

* fix(ontology): resolve gui order issue
  • Loading branch information
kilchenmann committed Nov 12, 2021
1 parent 37e65a8 commit 4ddbf7c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -354,7 +354,7 @@ export class ResourceClassInfoComponent implements OnInit {
subtitle: 'Customize property and cardinality',
mode: mode,
parentIri: card.resClass.id,
position: this.propsToDisplay.length,
position: this.propsToDisplay.length + 1,
canBeUpdated: this.classCanReplaceCardinality
}
};
Expand Down

0 comments on commit 4ddbf7c

Please sign in to comment.