diff --git a/app/imports/client/ui/properties/components/attributes/SpellSlotListTile.vue b/app/imports/client/ui/properties/components/attributes/SpellSlotListTile.vue index 26b5b4da..85482b5f 100644 --- a/app/imports/client/ui/properties/components/attributes/SpellSlotListTile.vue +++ b/app/imports/client/ui/properties/components/attributes/SpellSlotListTile.vue @@ -3,7 +3,6 @@ :key="model._id" class="spell-slot-list-tile" v-bind="$attrs" - :disabled="disabled" v-on="hasClickListener ? {click} : {}" > @@ -26,18 +25,28 @@
- - {{ - i > model.value ? - 'mdi-radiobox-blank' : - 'mdi-radiobox-marked' - }} - + + {{ + i > model.value ? + 'mdi-radiobox-blank' : + 'mdi-radiobox-marked' + }} + +
@@ -53,15 +62,20 @@