fix: remove disabled
This commit is contained in:
parent
7c954acbae
commit
1f72999313
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue