[Edit pinned items] save pins button always disabled #84168
-
Select Topic AreaQuestion BodyI'm trying to update my GitHub profile by pinning 6 representative repositories. To make changes, I unchecked one of the existing pins and checked a new one. However, the 'Save pins' button is always disabled, making it impossible to update. I thought it might be a cache issue with Chrome, so I cleared the cache, but the problem persists. Please check this. |
Beta Was this translation helpful? Give feedback.
Replies: 15 comments 16 replies
-
Its a bug you can report it or just wait it will be resolved soon. |
Beta Was this translation helpful? Give feedback.
-
It was working a few hours ago. There seems to be a bug. |
Beta Was this translation helpful? Give feedback.
-
guys just f12 in page and enter this in js repl: document.querySelector('.js-pinned-items-submit').disabled = false |
Beta Was this translation helpful? Give feedback.
-
It's not working form me |
Beta Was this translation helpful? Give feedback.
-
This is not working for me either, not fixed yet or faulty fix |
Beta Was this translation helpful? Give feedback.
-
This is still a problem for me. I don't have previously pinned repositories and cannot save any new ones. |
Beta Was this translation helpful? Give feedback.
-
Still doesn't work |
Beta Was this translation helpful? Give feedback.
-
Still no change as of 19 February 2024. |
Beta Was this translation helpful? Give feedback.
-
Kinda amazing.
…On Mon, Feb 19, 2024, 4:21 PM Connor Gurney ***@***.***> wrote:
Still no change as of 19 February 2024.
—
Reply to this email directly, view it on GitHub
<#84168 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAL2OJFWS5ES2LSJNG64YTYUO65DAVCNFSM6AAAAABBNZHEF2VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DKMRSGIZDS>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Still an issue. Same symptoms as others: Org with no previously pinned repositories, had to delete the I've filed a ticket for this: https://support.github.com/ticket/personal/0/2646573 (Not sure if anyone else will have access, but I'm including it here as a breadcrumb for future-me.) |
Beta Was this translation helpful? Give feedback.
-
Still does not work. This one work around helps me. GitHub, please fix |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
This is still broken in Firefox ... |
Beta Was this translation helpful? Give feedback.
-
FWIW, this is still broken. |
Beta Was this translation helpful? Give feedback.
guys just f12 in page and enter this in js repl: