Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Zorin95670 committed Aug 21, 2024
1 parent 1e1a58e commit f994f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/item/LibraryItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
v-ripple
clickable
:class="isSelected ? 'border-bottom selected' : ''"
:data-cy="`component-definitions-item_${item.title}`"
:data-cy="`component-definitions-item_${item.id}`"
>
<q-item-section avatar>
<q-icon
Expand Down

0 comments on commit f994f02

Please sign in to comment.