0
Fork 0
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:
Djordje Vlaisavljevic 2024-10-22 20:57:23 +01:00
parent 36d15a4b40
commit 773ce016b0

View file

@ -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) => {