fix: remove disabled

This commit is contained in:
kolaente
2025-11-15 18:03:14 +01:00
parent 7c954acbae
commit 1f72999313

View File

@@ -35,7 +35,6 @@
:to="{name: 'home', query: {labels: label.id.toString()}}"
:style="getLabelStyles(label)"
class="tag"
:class="{'disabled': userInfo.id !== label.createdBy.id}"
>
<span>{{ label.title }}</span>
<BaseButton