mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Made Following
button disabled
ref https://linear.app/ghost/issue/AP-501/updated-suggested-users
This commit is contained in:
parent
36d15a4b40
commit
773ce016b0
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ const FollowButton: React.FC<FollowButtonProps> = ({
|
|||
<Button
|
||||
className={className}
|
||||
color='black'
|
||||
disabled={isFollowing}
|
||||
label={isFollowing ? 'Following' : 'Follow'}
|
||||
link={type === 'link'}
|
||||
onClick={(event) => {
|
||||
|
|
Loading…
Add table
Reference in a new issue