Skip to content

Commit

Permalink
Fixed missing tooltips missed in review. #2159
Browse files Browse the repository at this point in the history
  • Loading branch information
knirirr committed Jan 24, 2024
1 parent 38e5b98 commit 199b666
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/Records/Shared/TagChips.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
:color="getChipColor(chip)"
>
<KeywordTooltip
v-if="chip.type === 'subjects' || chip.type === 'domains' "
v-if="chip.type === 'subjects' || chip.type === 'domains'"
:keyword="chip"
/>
<div
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,17 @@
"fields": [
"id",
"label",
"iri"
"iri",
"definitions"
]
},
{
"name": "domains",
"fields": [
"id",
"label",
"iri"
"iri",
"definitions"
]
},
{
Expand Down

0 comments on commit 199b666

Please sign in to comment.