Skip to content

Commit

Permalink
Merge pull request #126 from RDFLib/feature/proptableview-baseclass-fix
Browse files Browse the repository at this point in the history
Removed second call to configByBaseClass() in PropTableView
  • Loading branch information
jamiefeiss committed Dec 1, 2023
2 parents 69e3ee4 + 42a5403 commit 842b39b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/views/PropTableView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ async function getProperties() {
childrenPredicate.value = q.predicate.value;
hiddenPredicates.value.push(q.predicate.value);
} else if (q.predicate.value === qnameToIri("a")) {
configByBaseClass(q.object.value); // might not be needed anymore with the /object changes
const typeLabel = getLabel(q.object.value, store.value);
const typeDesc = getDescription(q.object.value, store.value);
const typeQname = iriToQname(q.object.value);
Expand Down

0 comments on commit 842b39b

Please sign in to comment.