-
Notifications
You must be signed in to change notification settings - Fork 454
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(core): hide scheduled releases in copy version to menu #8929
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -51,9 +51,7 @@ export const VersionContextMenu = memo(function VersionContextMenu(props: { | |||
const {t} = useTranslation() | |||
const {mode} = useReleasesUpsell() | |||
const isPublished = isPublishedId(documentId) && !isVersion | |||
const optionsReleaseList = releases.map((release) => ({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couldn't find the reason for this map, was there any?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🫡🚀
No changes to documentation |
Coverage Report
File Coverage
|
⚡️ Editor Performance ReportUpdated Fri, 14 Mar 2025 09:21:18 GMT
Detailed information🏠 Reference resultThe performance result of
🧪 Experiment resultThe performance result of this branch
📚 Glossary
|
Description
Hides "locked" scheduled releases in copy version to menu
What to review
Testing
Not much
Notes for release
Hides "locked" scheduled releases in copy version to menu