Hotfix library select turning into links incorrectly

This commit is contained in:
Stefan Zermatten
2023-06-28 10:22:38 +02:00
parent 912fff64a8
commit b3ed77964f

View File

@@ -5,7 +5,7 @@
<v-list-item
v-bind="$attrs"
:class="(isSelected || selectedByCollection) && !disabled && 'primary--text v-list-item--active'"
:to="singleSelect ? undefined : to"
:to="selection ? undefined : to"
@click="singleSelect && $emit('select')"
>
<v-list-item-action