fix: remove disabled

This commit is contained in:
kolaente 2025-11-15 18:03:14 +01:00
parent 7c954acbae
commit 1f72999313
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
1 changed files with 0 additions and 1 deletions

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