Skip to content

Commit

Permalink
fix: old icon for corrupted catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
lukashornych committed Dec 4, 2023
1 parent f5bcdc2 commit 9abb0c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/lab/explorer/LabExplorerCatalogItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ function handleAction(action: string) {
<VTreeViewItem
v-else
v-bind="props"
prepend-icon="mdi-book-open"
prepend-icon="mdi-menu"
class="text-red"
>
{{ catalog.name }}
Expand Down

0 comments on commit 9abb0c5

Please sign in to comment.