Skip to content

Commit

Permalink
feat: label instead of name used in first column
Browse files Browse the repository at this point in the history
  • Loading branch information
EvaMart committed Feb 28, 2023
1 parent b83751a commit 58b3934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/discover/results/ToolsTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
/>

<NameCol
:name="item.name"
:name="item.label[0]"
:sources="item.sources_labels"
:type="item.type"
class="pb-2 pt-1 pr-1"
Expand Down

0 comments on commit 58b3934

Please sign in to comment.