Improve the user card for deactivated users
This commit is contained in:
parent
a20f1794d0
commit
2ac78219ee
5 changed files with 20 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
<button
|
||||
class="btn button-default follow-button"
|
||||
:class="{ toggled: isPressed }"
|
||||
:disabled="inProgress"
|
||||
:disabled="disabled"
|
||||
:title="title"
|
||||
@click="onClick"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue