Allow to change dark mode to light without refresh - #3593
Conversation
melton-jason
left a comment
There was a problem hiding this comment.
It looks like this Pull Request may include commits that are in production that aren't in v7.8.12-prerelease .
This most likely happened because the branch was created and based off of production, and then the base branch was changed later. It looks like Git kept the commits since production when you changed the base branch.
(I could be wrong about this. Check to make sure whether v7.8.12-prerelease includes the other commits we are trying to merge into v7.8.12-prelease with this Pull Request).
The commit with the fix is af289ba.
If the extra commits are from production, can you remove them?
I would probably accomplish this by resetting the branch to af289ba, stashing the changes, resetting the branch to the commit v7.8.12-prerelease was branched from production, checking out the files and popping the stashed changes.
Then you can recommit your changes.
I can do this as well if you are busy or are not sure how 😅
you're right I base this branch on the wrong one. I'll fix this |
|
Fixed in #3598 |
Fixes #3544